diff --git ql/src/test/templates/TestNegativeCliDriver.vm ql/src/test/templates/TestNegativeCliDriver.vm index 52118b0..9078ae5 100644 --- ql/src/test/templates/TestNegativeCliDriver.vm +++ ql/src/test/templates/TestNegativeCliDriver.vm @@ -129,7 +129,7 @@ public class $className extends TestCase { qt.cliInit(fname, false); int ecode = qt.executeClient(fname); if (ecode == 0) { - fail("Client Execution failed with error code = " + ecode + fail("Client Execution was expected to fail, but succeeded with error code 0 " + debugHint); }