Skip to content

Commit bbf360e

Browse files
committed
recent changes made more oracle tests succeed
1 parent 262d489 commit bbf360e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/sf/jsqlparser/test/select/SpecialOracleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void testAllSqlsParseDeparse() throws IOException {
6868
}
6969

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

7474
@Test

0 commit comments

Comments
 (0)