Unit test fixes.

This commit is contained in:
lucasward
2008-01-14 23:11:17 +00:00
parent 810e51ed9d
commit 72f2cf1a91

View File

@@ -144,9 +144,9 @@ public class SimpleStepExecutorFactoryTests extends TestCase {
} catch (IllegalStateException e) {
// expected
assertTrue(
"Error message does not contain SimpleStepConfiguration: "
"Error message does not contain SimpleStep: "
+ e.getMessage(), e.getMessage().indexOf(
"SimpleStepConfiguration") >= 0);
"SimpleStep") >= 0);
}
}