Author: fhanik Date: Wed Aug 5 16:05:39 2009 New Revision: 801281 URL: http://svn.apache.org/viewvc?rev=801281&view=rev Log: apply patch from sebb for https://issues.apache.org/bugzilla/show_bug.cgi?id=47452
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=801281&r1=801280&r2=801281&view=diff ============================================================================== --- tomcat/trunk/modules/jdbc-pool/build.xml (original) +++ tomcat/trunk/modules/jdbc-pool/build.xml Wed Aug 5 16:05:39 2009 @@ -404,6 +404,7 @@ <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}"> @@ -417,6 +418,7 @@ <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}"> @@ -433,12 +435,13 @@ <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*"/> @@ -457,7 +460,7 @@ <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}"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org