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 mi...@apache.org on 2013/04/15 19:55:47 UTC

svn commit: r1468167 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/DerbyNetAutoStartTest.java

Author: mikem
Date: Mon Apr 15 17:55:47 2013
New Revision: 1468167

URL: http://svn.apache.org/r1468167
Log:
just adding to a test comment.


Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/DerbyNetAutoStartTest.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/DerbyNetAutoStartTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/DerbyNetAutoStartTest.java?rev=1468167&r1=1468166&r2=1468167&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/DerbyNetAutoStartTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/DerbyNetAutoStartTest.java Mon Apr 15 17:55:47 2013
@@ -109,7 +109,10 @@ public class DerbyNetAutoStartTest exten
      * 
      * To avoid possible conflict with other tests running concurrently,
      * this test may only run if baseport is not set and we are 
-     * using the default 1527 port
+     * using the default 1527 port.  This is accomplished by naming the
+     * test starting with "ttest" vs "test", and then code in
+     * baseSuite explitly runs test if can.
+     *
      * 
      * @throws Exception
      */
@@ -367,4 +370,4 @@ public class DerbyNetAutoStartTest exten
         oldLocale=null;
         super.tearDown();
     }
-}
\ No newline at end of file
+}