Skip to content

Commit

Permalink
removing System lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nicky6s committed Aug 4, 2024
1 parent a8611c8 commit a5a73fd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,6 @@ public void testWithDeparsingIssue406() throws JSQLParserException {
assertEquals("mytab3", insert.getTable().getFullyQualifiedName());
assertNull(insertWithItems);
assertNull(selectWithItems);
System.out.println(insert);
System.out.println(insert.getPlainSelect());
System.out.println(insert.getPlainSelect().getWhere());
ExistsExpression exists = (ExistsExpression) insert.getPlainSelect().getWhere();
assertEquals("(WITH t AS (SELECT * FROM mytab2) SELECT * FROM t)", exists.getRightExpression().toString());
}
Expand Down

0 comments on commit a5a73fd

Please sign in to comment.