Browse Source

Disabling bad check discovered from revision 1523198

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1523206 13f79535-47bb-0310-9956-ffa450edef68
master
mclarke 11 years ago
parent
commit
7587f42590
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/tests/antunit/taskdefs/optional/junit/junit-test.xml

+ 6
- 0
src/tests/antunit/taskdefs/optional/junit/junit-test.xml View File

@@ -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">


Loading…
Cancel
Save