commit | b8386861d9c294c8b8307a44eb8fa267bef7473d | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Tue Oct 19 18:02:11 2021 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Tue Oct 19 18:04:37 2021 +0200 |
tree | b89d6f54ddc25ff75e039ca79b4f14f87212de49 | |
parent | 5e780af68f0c17bd38d41cd7c05781c57275e20e [diff] [blame] |
Changed test database to use memory only. Change-Id: I2f01030ebaae2775d0894afaf32798e3b72b1cf8
diff --git a/lite/src/test/resources/test-jdbc.properties b/lite/src/test/resources/test-jdbc.properties index 99e2e54..fe5e550 100644 --- a/lite/src/test/resources/test-jdbc.properties +++ b/lite/src/test/resources/test-jdbc.properties
@@ -3,7 +3,7 @@ jdbc.database=sqlite jdbc.driverClassName=org.sqlite.JDBC -jdbc.url=jdbc:sqlite:liteDB.sqlite +jdbc.url=jdbc:sqlite::memory: jdbc.username=pc jdbc.password=pc jdbc.schemaPath=db \ No newline at end of file