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 dj...@apache.org on 2006/11/10 04:42:55 UTC

svn commit: r473176 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/BootAllTest.java

Author: djd
Date: Thu Nov  9 19:42:54 2006
New Revision: 473176

URL: http://svn.apache.org/viewvc?view=rev&rev=473176
Log:
DERBY-2063 Add comment to BootTestAll related to this bug.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/BootAllTest.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/BootAllTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/BootAllTest.java?view=diff&rev=473176&r1=473175&r2=473176
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/BootAllTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/BootAllTest.java Thu Nov  9 19:42:54 2006
@@ -160,6 +160,9 @@
         // We expect at least four databases to be booted,
         // but it could be more if other tests have left databases
         // around.
+        // DERBY-2069 the single use databases are not
+        // booted automatically, once DERBY-2069 is fixed
+        // the length can be compared to four.
         assertNotNull(returnedDatabases);
         assertTrue("Fewer databases booted than expected",
                 returnedDatabases.length >= 1);