HADOOP-13833 TestSymlinkHdfsFileSystem#testCreateLinkUsingPartQualPath2 fails after HADOOP-13605. Contributed by Brahma Reddy Battula.

This commit is contained in:
Steve Loughran 2016-11-24 17:44:14 +00:00
parent 13501053dd
commit 3df3fa396c

View File

@ -571,7 +571,8 @@ public void testCreateLinkUsingPartQualPath2() throws IOException {
GenericTestUtils.assertExceptionContains(
AbstractFileSystem.NO_ABSTRACT_FS_ERROR, e);
} else if (wrapper instanceof FileSystemTestWrapper) {
assertEquals("No FileSystem for scheme: null", e.getMessage());
assertEquals("No FileSystem for scheme " + "\"" + "null" + "\"",
e.getMessage());
}
}
}