Author: kkolinko
Date: Sun Jan 8 19:04:55 2012
New Revision: 1228920
URL: http://svn.apache.org/viewvc?rev=1228920&view=rev
Log:
Re-enable TestCometProcessor test.
It reverts r1225632
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1228920&r1=1228919&r2=1228920&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Sun Jan 8 19:04:55 2012
@@ -36,9 +36,6 @@ version.suffix=-dev
execute.validate=false
execute.test.bio=true
execute.test.nio=true
-# Comet tests fail regularly during shutdown. Disable for now as the frequent
-# failures make it harder to spot other test failures in the CI builds
-execute.test.comet=false
# Still requires APR/native library to be present
execute.test.apr=true
# Stop testing if a failure occurs
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1228920&r1=1228919&r2=1228920&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Jan 8 19:04:55 2012
@@ -1138,8 +1138,6 @@
<exclude name="**/Tester*.java" />
<!-- Exclude the tests known to fail -->
<exclude name="org/apache/catalina/tribes/test/**" />
- <exclude name="org/apache/catalina/comet/TestCometProcessor.java"
- unless="${execute.test.comet}"/>
</fileset>
</batchtest>
</junit>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]