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/29 23:11:59 UTC

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

Author: myrnavl
Date: Tue Jan 29 14:11:49 2008
New Revision: 616537

URL: http://svn.apache.org/viewvc?rev=616537&view=rev
Log:
adding the demo._Suite (added for DERBY-3294) to ant target junit-all

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?rev=616537&r1=616536&r2=616537&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Tue Jan 29 14:11:49 2008
@@ -1867,6 +1867,8 @@
 	todir="junit_${derby.junit.timestamp}"/>
 <test name="org.apache.derbyTesting.functionTests.tests.tools._Suite"
   	todir="junit_${derby.junit.timestamp}"/>
+<test name="org.apache.derbyTesting.functionTests.tests.demo._Suite"
+  	todir="junit_${derby.junit.timestamp}"/>
 <test name="org.apache.derbyTesting.functionTests.tests.lang._Suite"
 	todir="junit_${derby.junit.timestamp}"/>
 <test name="org.apache.derbyTesting.functionTests.tests.jdbcapi._Suite"