apply patch from sebb for https://issues.apache.org/bugzilla/show_bug.cgi?id=47452
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 5 Aug 2009 16:05:39 +0000 (16:05 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 5 Aug 2009 16:05:39 +0000 (16:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@801281 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/build.xml

index 535940e..9c73411 100644 (file)
  
     <junit printsummary="withOutAndErr" showoutput="on">
       <syspropertyset refid="testdb"/>
+      <formatter type="brief" usefile="no"/>
       <classpath refid="tomcat.jdbc.classpath"/>
       <classpath refid="test.classpath"/>
       <batchtest fork="yes" todir="${tomcat.testclasses}">
     <echo>Performance and fairness tests.</echo>
     <junit printsummary="withOutAndErr" showoutput="on">
       <syspropertyset refid="testdb"/>
+      <formatter type="brief" usefile="no"/>
       <classpath refid="tomcat.jdbc.classpath"/>
       <classpath refid="test.classpath"/>
       <batchtest fork="yes" todir="${tomcat.testclasses}">
     <echo>Functional tests.</echo>
     <junit printsummary="yes">
       <syspropertyset refid="testdb"/>
-      <formatter type="plain"/>
+      <formatter type="brief" usefile="no"/>
       <classpath refid="tomcat.jdbc.classpath"/>
       <classpath refid="test.classpath"/>
       <batchtest fork="yes" todir="${tomcat.testclasses}">
         <fileset dir="${basedir}/test">
           <include name="org/apache/tomcat/jdbc/test/*Test*.java"/>
+          <exclude name="org/apache/tomcat/jdbc/test/*CheckOutThreadTest*.java"/>
           <exclude name="**/CreateTestTable*"/>
           <exclude name="**/DefaultTestCase*"/>
           <exclude name="**/CheckOutThread*"/>
     <echo>Testing:${test}</echo>
     <junit printsummary="withOutAndErr" showoutput="on">
       <syspropertyset refid="testdb"/>
-      <formatter type="plain"/>
+      <formatter type="brief" usefile="no"/>
       <classpath refid="tomcat.jdbc.classpath"/>
       <classpath refid="test.classpath"/>
       <batchtest fork="yes" todir="${tomcat.testclasses}">