Author: fhanik
Date: Mon Jun 22 20:51:57 2009
New Revision: 787394
URL: http://svn.apache.org/viewvc?rev=787394&view=rev
Log:
Don't create the test table during the run
Modified:
tomcat/trunk/modules/jdbc-pool/build.xml
Modified: tomcat/trunk/modules/jdbc-pool/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/build.xml?rev=787394&r1=787393&r2=787394&view=diff
==============================================================================
--- tomcat/trunk/modules/jdbc-pool/build.xml (original)
+++ tomcat/trunk/modules/jdbc-pool/build.xml Mon Jun 22 20:51:57 2009
@@ -343,6 +343,7 @@
<batchtest fork="yes" todir="${tomcat.testclasses}">
<fileset dir="${basedir}/test">
<include name="org/apache/tomcat/jdbc/test/*Test*.java"/>
+ <exclude name="**/CreateTestTable*"/>
</fileset>
</batchtest>
</junit>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]