Browse Source

Fix copy-paste error

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

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

@@ -84,7 +84,7 @@ public class AntTest {
@Test @Test
public void test3() { public void test3() {
try { try {
buildRule.executeTarget("test1");
buildRule.executeTarget("test3");
fail("recursive call"); fail("recursive call");
} catch(BuildException ex) { } catch(BuildException ex) {
//TODO assert exception message //TODO assert exception message


Loading…
Cancel
Save