diff tests/JDBC_API_Tester.java @ 674:b885de91095d

Add tests for autocommit and timezone handshake options The other options are hard to test
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Mon, 31 Oct 2022 16:39:11 +0100 (2022-10-31)
parents ed3d0c1a60cf
children 238d6a3a6469
line wrap: on
line diff
--- a/tests/JDBC_API_Tester.java
+++ b/tests/JDBC_API_Tester.java
@@ -108,6 +108,8 @@ final public class JDBC_API_Tester {
 		if (jt.foundDifferences)
 			System.exit(-1);
 
+		ConnectionTests.runTests(con_URL);
+
 		OnClientTester oct = new OnClientTester(con_URL, 0);
 		int failures = oct.runTests();
 		if (failures > 0)