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