BATCH-1456: re-opened and put in temporary fix

This commit is contained in:
dsyer
2009-12-05 08:34:55 +00:00
parent f37bdaa9d8
commit a33ac75d50
6 changed files with 857 additions and 37 deletions

View File

@@ -61,7 +61,7 @@ public class JobParserExceptionTests {
assertTrue("Wrong message: "+message, message.matches("(?s).*You cannot use spring-batch-2.0.xsd.*"));
} catch (BeanDefinitionStoreException e) {
// Probably the internet is not available and the schema validation failed.
// We don't want an automated build to fail if that happens.
fail("Wrong exception when schema didn't match: " + e.getMessage());
}
}