Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected typo in debugging logging for test
  • Loading branch information
ajs6f committed Feb 6, 2013
1 parent 806e86f commit 5294230
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -176,7 +176,7 @@ public void testMultipleDatastreams() throws Exception {
final String response = getDSesMethod.getResponseBodyAsString();
assertTrue("Didn't find the first datastream!",
compile("dsid=\"testfoozle\"", DOTALL).matcher(response).find());
assertTrue("Didn't find the first datastream!",
assertTrue("Didn't find the second datastream!",
compile("dsid=\"testfoozle2\"", DOTALL).matcher(response)
.find());
}
Expand Down

0 comments on commit 5294230

Please sign in to comment.