changeset 215:4dbef935a32f Eluru-6.0.x

Remove output from test
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Wed, 06 Apr 2011 10:37:00 +0400
parents 60b15937e218
children ec4c31d0eec0
files mercurial-tests/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupportTest.java
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-tests/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupportTest.java	Wed Apr 06 10:15:29 2011 +0400
+++ b/mercurial-tests/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupportTest.java	Wed Apr 06 10:37:00 2011 +0400
@@ -210,9 +210,6 @@
 
   public void test_test_connection() throws IOException, VcsException {
     VcsRootImpl vcsRoot = createVcsRoot(simpleRepo());
-
-    System.out.println(myVcs.getTestConnectionSupport().testConnection(vcsRoot));
-
     vcsRoot.addProperty(Constants.REPOSITORY_PROP, "/some/non/existent/path");
     try {
       myVcs.getTestConnectionSupport().testConnection(vcsRoot);