Skip to content

Commit

Permalink
fix flapping stats test
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed Apr 20, 2013
1 parent b627246 commit 6a5f02d
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -120,8 +120,7 @@ public void testTooLarge() throws Exception {
@Test
public void testStats() throws Exception {
String result = scanner.stats();
assertTrue("didn't contain POOLS: \n" + result, result.contains("POOLS:"));
assertTrue("didn't contain STATE: \n" + result, result.contains("STATE:"));
assertTrue("didn't contain POOLS: \n" + result, result.contains("POOLS:") || result.contains("STATE:"));
}

@Test
Expand Down

0 comments on commit 6a5f02d

Please sign in to comment.