|
@@ -543,7 +543,7 @@ public class TestStartup {
|
|
|
fail("Should not have successfully started with corrupt image");
|
|
|
} catch (IOException ioe) {
|
|
|
GenericTestUtils.assertExceptionContains(
|
|
|
- "Failed to load an FSImage file!", ioe);
|
|
|
+ "Failed to load FSImage file", ioe);
|
|
|
int md5failures = appender.countExceptionsWithMessage(
|
|
|
" is corrupt with MD5 checksum of ");
|
|
|
// Two namedirs, so should have seen two failures
|