Skip to content

Commit

Permalink
Removing unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Sep 11, 2014
1 parent 8eb58b3 commit ed86c96
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -442,7 +442,6 @@ public void testFederatedChecksumCaching() throws Exception {
assertTrue( readonlyMeta.exists() );
assertTrue( readonlyMeta.length() > 0 );
final String readonlyMetaContent = IOUtils.toString(new FileReader(readonlyMeta));
logger.warn("XXX: " + readonlyMetaContent);
assertTrue( readonlyMetaContent.contains("urn:sha1:18835fd8075c1e1f266366c1bdfd1ac6a357f242") );
}

Expand Down

0 comments on commit ed86c96

Please sign in to comment.