looks as if we had change an error message along the way

This commit is contained in:
Stefan Bodewig 2017-12-12 09:02:52 +01:00
parent 9118418704
commit 7a6103ee50
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ public class AntUnitSuiteRunnerTest extends TestCase {
fail("InitializationError expected");
} catch (InitializationError e) {
String msg = e.getCauses().get(0).getMessage();
assertTrue("Unexpected error : " + msg, msg.contains("FileNotFound"));
assertTrue("Unexpected error : " + msg, msg.contains("build_script_not_found.xml"));
}
}