Author: mclarke
Date: Sat Sep 14 10:30:31 2013
New Revision: 1523206
URL: http://svn.apache.org/r1523206
Log:
Disabling bad check discovered from revision 1523198
Modified:
ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-test.xml
Modified:
ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-test.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-test.xml?rev=1523206&r1=1523205&r2=1523206&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-test.xml
(original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-test.xml Sat
Sep 14 10:30:31 2013
@@ -200,8 +200,14 @@ public class BTest extends TestCase {
</junit>
<au:assertFileExists file="${output}/TEST-test.ATest.txt" />
<au:assertFileExists file="${output}/TEST-test.ATest.xml" />
+ <!--
<au:assertFileExists file="${output}/TEST-test.BTest.txt" />
<au:assertFileExists file="${output}/TEST-test.BTest.xml" />
+
+ These files should only exist if something was written to the log by te
runner.
+ The test previously passed even though the files were empty, which isn't a
meaningful result.
+ TODO we should probably improve the testing around reporting of tests that
have timed-out
+ -->
</target>
<target name="-ifUnlessSetup" depends="setUp">