Skip to content

Commit 1452360

Browse files
committed
1 parent 6584f4c commit 1452360

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,8 +2686,4 @@ public void testIssue522_3() throws JSQLParserException {
26862686
public void testIssue522_4() throws JSQLParserException {
26872687
assertSqlCanBeParsedAndDeparsed("SELECT CASE a + b WHEN -1 * 5 THEN 1 ELSE CASE b + c WHEN -1 * 6 THEN 2 ELSE 3 END END");
26882688
}
2689-
2690-
public void testIssue423() throws JSQLParserException {
2691-
assertSqlCanBeParsedAndDeparsed("SELECT * FROM (tab)");
2692-
}
26932689
}

0 commit comments

Comments
 (0)