You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2008/01/17 03:55:13 UTC

svn commit: r612685 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/NetworkServerTestSetup.java

Author: myrnavl
Date: Wed Jan 16 18:55:12 2008
New Revision: 612685

URL: http://svn.apache.org/viewvc?rev=612685&view=rev
Log:
DERBY-3088 commenting out the print in NetworkServerTestSetup again

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/NetworkServerTestSetup.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/NetworkServerTestSetup.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/NetworkServerTestSetup.java?rev=612685&r1=612684&r2=612685&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/NetworkServerTestSetup.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/NetworkServerTestSetup.java Wed Jan 16 18:55:12 2008
@@ -225,12 +225,12 @@
         final   String[]  command = new String[ al.size() ];
         al.toArray(command);
 
-         System.out.println( "XXX server startup command = ");
+        /* System.out.println( "XXX server startup command = ");
         for (int i = 0 ; i < command.length ; i++) {
             System.out.print( command[i] + " " );
         }
         System.out.println();
-        
+        */
 
         Process     serverProcess = (Process) AccessController.doPrivileged
             (