Skip to content

Commit 4ad79d0

Browse files
committed
corrected test
1 parent 1ef3930 commit 4ad79d0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,18 @@ public class SpecialOracleTest {
107107
"for_update05.sql",
108108
"function01.sql",
109109
"function02.sql",
110+
"groupby01.sql",
111+
"groupby02.sql",
112+
"groupby03.sql",
113+
"groupby04.sql",
114+
"groupby05.sql",
115+
"groupby06.sql",
110116
"groupby08.sql",
111117
"groupby09.sql",
118+
"groupby10.sql",
119+
"groupby11.sql",
112120
"groupby12.sql",
121+
"groupby13.sql",
113122
"groupby14.sql",
114123
"groupby19.sql",
115124
"groupby20.sql",
@@ -228,7 +237,7 @@ public void testAllSqlsParseDeparse() throws IOException {
228237

229238
LOG.
230239
log(Level.INFO, "tested {0} files. got {1} correct parse results", new Object[]{count, success});
231-
assertTrue(success >= 151);
240+
assertTrue(success >= 159);
232241
}
233242

234243
@Test

0 commit comments

Comments
 (0)