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