You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2005/09/13 22:06:58 UTC

svn commit: r280638 - /db/torque/test/trunk/test-project/maven.xml

Author: tfischer
Date: Tue Sep 13 13:06:54 2005
New Revision: 280638

URL: http://svn.apache.org/viewcvs?rev=280638&view=rev
Log:
do not exclude LargeSelectTest any more from junit tests

Modified:
    db/torque/test/trunk/test-project/maven.xml

Modified: db/torque/test/trunk/test-project/maven.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/test-project/maven.xml?rev=280638&r1=280637&r2=280638&view=diff
==============================================================================
--- db/torque/test/trunk/test-project/maven.xml (original)
+++ db/torque/test/trunk/test-project/maven.xml Tue Sep 13 13:06:54 2005
@@ -118,7 +118,6 @@
         <fileset dir="${torque.test.junit.src.dir}">
           <include name="**/*Test.java"/>
           <exclude name="**/test/**/*.java"/>
-          <exclude name="**/LargeSelectTest.java"/>
         </fileset>
       </batchtest>
     </junit>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org