Fixed SQLite JDBC URL with memory and cache

Change-Id: If0f595a2d754e3cbfb521babb5fca4f43a1d3302
diff --git a/full/src/test/resources/test-jdbc.properties b/full/src/test/resources/test-jdbc.properties
index 958cd53..02e77b2 100644
--- a/full/src/test/resources/test-jdbc.properties
+++ b/full/src/test/resources/test-jdbc.properties
@@ -4,7 +4,8 @@
 jdbc.database=sqlite
 jdbc.driverClassName=org.sqlite.JDBC
 #jdbc.url=jdbc:sqlite::memory:
-jdbc.url=jdbc:sqlite::memory:?cache=shared
+jdbc.url=jdbc:sqlite:file::memory:?cache=shared
+#jdbc.url=jdbc:sqlite::memory:?cache=shared
 #jdbc.url=jdbc:sqlite:testDB.sqlite
 jdbc.username=pc
 jdbc.password=pc