@@ -2281,13 +2281,13 @@ public static void main(String[] args) throws Exception {
22812281 Class <?> clazz = Class .forName ("org.duckdb." + arg1 );
22822282 statusCode = runTests (new String [0 ], clazz );
22832283 } else {
2284- statusCode = runTests ( args , TestDuckDBJDBC . class , TestAppender . class , TestAppenderCollection . class ,
2285- TestAppenderCollection2D .class , TestAppenderComposite .class ,
2286- TestSingleValueAppender .class , TestBatch .class , TestBindings . class , TestClosure .class ,
2287- TestExtensionTypes .class , TestMetadata .class , TestNoLib .class ,
2288- /* TestSpatial .class,*/ TestParameterMetadata .class , TestPrepare .class ,
2289- TestResults .class , TestScalarFunctions .class , TestSessionInit .class ,
2290- TestTableFunctions .class , TestTimestamp .class , TestVariant .class );
2284+ statusCode =
2285+ runTests ( args , TestDuckDBJDBC . class , TestAppender .class , TestAppenderCollection .class ,
2286+ TestAppenderCollection2D .class , TestAppenderComposite .class , TestSingleValueAppender .class ,
2287+ TestBatch . class , TestBindings .class , TestClosure .class , TestExtensionTypes .class ,
2288+ TestMetadata . class , TestNoLib .class , TestSpatial .class , TestParameterMetadata .class ,
2289+ TestPrepare . class , TestResults .class , TestScalarFunctions .class , TestSessionInit .class ,
2290+ TestTableFunctions .class , TestTimestamp .class , TestVariant .class );
22912291 }
22922292 System .exit (statusCode );
22932293 }
0 commit comments