Skip to content

Commit

Permalink
recent changes made more oracle tests succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Jul 24, 2014
1 parent 262d489 commit bbf360e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void testAllSqlsParseDeparse() throws IOException {
}

LOG.log(Level.INFO, "tested {0} files. got {1} correct parse results", new Object[]{count, success});
assertTrue(success>100);
assertTrue(success>=106);
}

@Test
Expand Down

0 comments on commit bbf360e

Please sign in to comment.