File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test/java/net/sf/jsqlparser/statement/imprt Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ public void testImportFromFileCSVCols(String sqlStr) throws JSQLParserException
72
72
73
73
@ ParameterizedTest
74
74
@ ValueSource (strings = {
75
- "IMPORT FROM LOCAL FBV FILE 'file.csv '" ,
76
- "IMPORT FROM LOCAL FBV FILE 'file1.csv ' FILE 'file2.csv '" ,
75
+ "IMPORT FROM LOCAL FBV FILE 'file.fbv '" ,
76
+ "IMPORT FROM LOCAL FBV FILE 'file1.fbv ' FILE 'file2.fbv '" ,
77
77
78
- "IMPORT FROM LOCAL SECURE FBV FILE 'file.csv '" ,
79
- "IMPORT FROM LOCAL SECURE FBV FILE 'file1.csv ' FILE 'file2.csv '"
78
+ "IMPORT FROM LOCAL SECURE FBV FILE 'file.fbv '" ,
79
+ "IMPORT FROM LOCAL SECURE FBV FILE 'file1.fbv ' FILE 'file2.fbv '"
80
80
})
81
81
public void testImportFromFileFBV (String sqlStr ) throws JSQLParserException {
82
82
TestUtils .assertSqlCanBeParsedAndDeparsed (sqlStr );
You can’t perform that action at this time.
0 commit comments