Skip to content

Commit df9c56e

Browse files
Fix test resources
1 parent 5d20d06 commit df9c56e

8 files changed

Lines changed: 8 additions & 16 deletions

File tree

src/test/resources/net/sf/jsqlparser/statement/select/oracle-tests/function03.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ from dual
1212

1313

1414

15-
--@FAILURE: Encountered unexpected token: "(" "(" recorded first on Aug 3, 2021, 7:20:08 AM
16-
--@FAILURE: Exception without message: net.sf.jsqlparser.JSQLParserException recorded first on 24 Oct 2021, 02:38:30
17-
--@FAILURE: Encountered unexpected token: "trim" <K_STRING_FUNCTION_NAME> recorded first on 24 Oct 2021, 02:45:19
15+
--@FAILURE: Encountered unexpected token: "(" "(" recorded first on Aug 3, 2021, 7:20:08 AM

src/test/resources/net/sf/jsqlparser/statement/select/oracle-tests/groupby08.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,4 @@ select
2626
group by c.constraint_name, rollup (c.column_name)
2727

2828

29-
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on Aug 3, 2021, 7:20:08 AM
30-
--@FAILURE: Exception without message: net.sf.jsqlparser.JSQLParserException recorded first on 24 Oct 2021, 02:38:30
31-
--@FAILURE: Encountered unexpected token: "." "." recorded first on 24 Oct 2021, 02:45:19
29+
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on Aug 3, 2021, 7:20:08 AM

src/test/resources/net/sf/jsqlparser/statement/select/oracle-tests/insert04.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ select program_id, delivered_date, customer_id, order_date
1515
from airplanes
1616

1717
--@FAILURE: Encountered unexpected token: "into" "INTO" recorded first on Aug 3, 2021, 7:20:08 AM
18-
--@FAILURE: Encountered unexpected token: "ap_cust" <S_IDENTIFIER> recorded first on 18 Oct 2021, 21:48:49
18+
--@FAILURE: Encountered unexpected token: "ap_cust" <S_IDENTIFIER> recorded first on 24 Oct 2021, 16:56:39

src/test/resources/net/sf/jsqlparser/statement/select/oracle-tests/insert05.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ values (3, 'helen', 'lofstrom')
1818
select * from dual
1919

2020
--@FAILURE: Encountered unexpected token: "into" "INTO" recorded first on Aug 3, 2021, 7:20:08 AM
21-
--@FAILURE: Encountered unexpected token: "t" <S_IDENTIFIER> recorded first on 18 Oct 2021, 21:48:49
21+
--@FAILURE: Encountered unexpected token: "t" <S_IDENTIFIER> recorded first on 24 Oct 2021, 16:56:39

src/test/resources/net/sf/jsqlparser/statement/select/oracle-tests/insert11.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
into x
1616

1717
--@FAILURE: Encountered unexpected token: "into" "INTO" recorded first on Aug 3, 2021, 7:20:08 AM
18-
--@FAILURE: Encountered unexpected token: "x" <S_IDENTIFIER> recorded first on 18 Oct 2021, 21:48:49
18+
--@FAILURE: Encountered unexpected token: "x" <S_IDENTIFIER> recorded first on 24 Oct 2021, 16:56:39

src/test/resources/net/sf/jsqlparser/statement/select/oracle-tests/insert12.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
into r
1616

1717
--@FAILURE: Encountered unexpected token: "into" "INTO" recorded first on Aug 3, 2021, 7:20:08 AM
18-
--@FAILURE: Encountered unexpected token: "r" <S_IDENTIFIER> recorded first on 18 Oct 2021, 21:48:49
18+
--@FAILURE: Encountered unexpected token: "r" <S_IDENTIFIER> recorded first on 24 Oct 2021, 16:56:39

src/test/resources/net/sf/jsqlparser/statement/select/oracle-tests/keywordasidentifier03.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@ ALL_IND_EXPRESSIONS ie
3232
where ind.index_name = ie.index_name(+)
3333
and ind.index_owner = ie.index_owner(+)
3434

35-
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on Aug 3, 2021, 7:20:08 AM
36-
--@FAILURE: Exception without message: net.sf.jsqlparser.JSQLParserException recorded first on 24 Oct 2021, 02:38:30
37-
--@FAILURE: Encountered unexpected token: "(" "(" recorded first on 24 Oct 2021, 02:45:19
35+
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on Aug 3, 2021, 7:20:08 AM

src/test/resources/net/sf/jsqlparser/statement/select/oracle-tests/keywordasidentifier04.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ union all
1313
(select null keep, null keep_until
1414
from v$backup_piece bp)
1515

16-
17-
--@FAILURE: Encountered unexpected token: "." "." recorded first on Aug 3, 2021, 7:20:08 AM
18-
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on 18 Oct 2021, 19:59:28
16+
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on 24 Oct 2021, 16:56:39

0 commit comments

Comments
 (0)