Skip to content

Commit

Permalink
HADOOP-13833 TestSymlinkHdfsFileSystem#testCreateLinkUsingPartQualPat…
Browse files Browse the repository at this point in the history
…h2 fails after HADOOP-13605. Contributed by Brahma Reddy Battula.
  • Loading branch information
steveloughran committed Nov 24, 2016
1 parent 1350105 commit 3df3fa3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}
}
Expand Down

0 comments on commit 3df3fa3

Please sign in to comment.