Author: kkolinko Date: Fri Jan 24 15:03:11 2014 New Revision: 1561028 URL: http://svn.apache.org/r1561028 Log: * Remove a stale empty test class from tribes tests. It does nothing, has no references. JUnit complains about it with "junit.framework.AssertionFailedError: No tests found"
Removed: tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/test/interceptors/TestTwoPhaseCommit.java Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1561028&r1=1561027&r2=1561028&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Jan 24 15:03:11 2014 @@ -45,14 +45,6 @@ PATCHES PROPOSED TO BACKPORT: rjung: there are some additional junit references in file test/build.xml. I wasn't able to make them work. Maybe more cleanup opportunity? -* Remove a stale empty test class from tribes tests. - It does nothing, has no references. - JUnit complains about it with "junit.framework.AssertionFailedError: No tests found" - - svn rm test/org/apache/catalina/tribes/test/interceptors/TestTwoPhaseCommit.java - +1: kkolinko, markt, rjung - -1: - * Remove second copy of RUNNING.txt from the full-docs distribution. (Backport of r981845) https://people.apache.org/~kkolinko/patches/2014-01-24_tc6_fulldocs_RUNNING.patch Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1561028&r1=1561027&r2=1561028&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Jan 24 15:03:11 2014 @@ -52,6 +52,13 @@ </fix> </changelog> </subsection> + <subsection name="Cluster"> + <changelog> + <scode> + Remove an empty TestTwoPhaseCommit test from Tribes. (kkolinko) + </scode> + </changelog> + </subsection> <subsection name="Web applications"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org