Switched test suite using new DB & disabled tests relying on the old DB.
Change-Id: Ib6827de81284ce0f4da733325526ee4e3fb22caf
diff --git a/full/src/test/resources/test-jdbc.properties b/full/src/test/resources/test-jdbc.properties
index d01b24c..c106656 100644
--- a/full/src/test/resources/test-jdbc.properties
+++ b/full/src/test/resources/test-jdbc.properties
@@ -7,5 +7,5 @@
#jdbc.url=jdbc:sqlite:testDB.sqlite
jdbc.username=pc
jdbc.password=pc
-jdbc.schemaPath=classpath:db.sqlite
-#jdbc.schemaPath=classpath:db.new-sqlite, db.insert
\ No newline at end of file
+#jdbc.schemaPath=classpath:db.sqlite
+jdbc.schemaPath=classpath:db.new-sqlite, db.insert
\ No newline at end of file