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 01:55:58 UTC

svn commit: r539181 - /db/derby/code/trunk/build.xml

Author: djd
Date: Thu May 17 16:55:57 2007
New Revision: 539181

URL: http://svn.apache.org/viewvc?view=rev&rev=539181
Log:
Add updateTests._Suite to the tests run by the ant target junit-all (junit-core)

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?view=diff&rev=539181&r1=539180&r2=539181
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Thu May 17 16:55:57 2007
@@ -1727,6 +1727,8 @@
 	todir="junit_${derby.junit.timestamp}"/>
 <test name="org.apache.derbyTesting.functionTests.tests.store._Suite"
 	todir="junit_${derby.junit.timestamp}"/>
+<test name="org.apache.derbyTesting.functionTests.tests.upgradeTests._Suite"
+  	todir="junit_${derby.junit.timestamp}"/>
 <test name="org.apache.derbyTesting.functionTests.suites.EncryptionSuite"
 	todir="junit_${derby.junit.timestamp}"/>