From d9d646c5fbc4fb13e7d36279b57c09f4fd71d30f Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 19 Jul 2014 13:57:36 -0400 Subject: [PATCH] fixed connection string property Former-commit-id: 951cf212c80a52909cc2dd66e843b63b35991045 --- .../src/test/resources/dependencycheck.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/test/resources/dependencycheck.properties b/dependency-check-core/src/test/resources/dependencycheck.properties index f7b0f6f4e..61efb2407 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -18,7 +18,7 @@ data.directory=[JAR]/data # if the connection string has a %s it will be replaced by the directory/filename path. data.file_name=cve.%s.h2.db data.version=2.9 -data.connection_string=jdbc:h2:file:%s/cve.2.9;FILE_LOCK=SERIALIZED;AUTOCOMMIT=ON; +data.connection_string=jdbc:h2:file:%s;FILE_LOCK=SERIALIZED;AUTOCOMMIT=ON; #data.connection_string=jdbc:mysql://localhost:3306/dependencycheck # user name and password for the database connection. The inherent case is to use H2.