HADOOP-13833 TestSymlinkHdfsFileSystem#testCreateLinkUsingPartQualPath2 fails after HADOOP-13605. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
13501053dd
commit
3df3fa396c
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user