Browse Source

Fix a copy-paste error (cherry-picked from master)

master
Gintas Grigelionis 7 years ago
parent
commit
e30f483469
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/junit/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java

+ 1
- 1
src/tests/junit/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java View File

@@ -82,7 +82,7 @@ public class JDependTest {
*/
@Test
public void testTimeout() {
buildRule.executeTarget("fork-xml");
buildRule.executeTarget("fork-timeout");
AntAssert.assertContains("JDepend FAILED - Timed out", buildRule.getLog());
}



Loading…
Cancel
Save