Browse Source

Fix copy-paste error

master
Gintas Grigelionis 7 years ago
parent
commit
2a8e535c06
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

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



Loading…
Cancel
Save