Skip to content

Commit

Permalink
Better logging and code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Dec 2, 2013
1 parent fc49cc3 commit a9be2e5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -104,7 +104,7 @@ public void testIngestion() throws RepositoryException,
session.logout();

if (messages.isEmpty()) {
fail("Waited a second, got no messages");
fail("Waited for " + TIMEOUT + ", got no messages");
}

Boolean success = false;
Expand Down Expand Up @@ -140,7 +140,7 @@ public void testRemoval() throws RepositoryException, InterruptedException,
session.logout();

if (messages.isEmpty()) {
fail("Waited a second, got no messages");
fail("Waited for " + TIMEOUT + ", got no messages");
}
assertEquals("Entries size not " + minEntriesSize, minEntriesSize,
messages.size());
Expand Down

0 comments on commit a9be2e5

Please sign in to comment.