Don't create the test table during the run
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 22 Jun 2009 20:51:57 +0000 (20:51 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 22 Jun 2009 20:51:57 +0000 (20:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@787394 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/build.xml

index d763786..3947bb7 100644 (file)
       <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>