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 2007/05/18 23:10:41 UTC

svn commit: r539605 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/AllPackages.java

Author: djd
Date: Fri May 18 14:10:40 2007
New Revision: 539605

URL: http://svn.apache.org/viewvc?view=rev&rev=539605
Log:
Update comment in AllPackages to reflect change in how upgradeTests._Suite finds the old jar files.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/AllPackages.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/AllPackages.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/AllPackages.java?view=diff&rev=539605&r1=539604&r2=539605
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/AllPackages.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/AllPackages.java Fri May 18 14:10:40 2007
@@ -72,10 +72,10 @@
         // directories(packages)
         suite.addTest(org.apache.derbyTesting.unitTests.junit._Suite.suite());
         
-        // Add the upgrade tests, though will only run tests if the
-        // System property derbyTesting.oldReleasePath is set
-        // to point at old releases. See upgradeTests._Suite
-        // for more information.
+        // Add the upgrade tests,See upgradeTests._Suite
+        // for more information on how the old jars are
+        // located. If the system property derbyTesting.oldReleasePath
+        // is not set then the jars will be loaded from the Apache SVN repo.
         suite.addTest(
            org.apache.derbyTesting.functionTests.tests.upgradeTests._Suite.suite());