From d7e46b169397fe1aa081e0321bfc40ccc7e778fc Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Thu, 17 Jul 2014 06:00:59 -0400 Subject: [PATCH] corrected the connection string in the test properties Former-commit-id: 1c37d4bd4de49cddc34b92a27875e0a07eee600f --- .../src/test/resources/dependencycheck.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dependency-check-core/src/test/resources/dependencycheck.properties b/dependency-check-core/src/test/resources/dependencycheck.properties index 70e0d45ab..f6e3d1f13 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -13,8 +13,7 @@ max.download.threads=3 # will not be used. The data.directory will be resolved and if the connection string # below contains a %s then the data.directory will replace the %s. data.directory=[JAR]/data -data.connection_string=jdbc:h2:file:%s;FILE_LOCK=SERIALIZED;AUTOCOMMIT=ON; -#data.connection_string=jdbc:h2:file:%s;AUTO_SERVER=TRUE;AUTOCOMMIT=ON; +data.connection_string=jdbc:h2:file:%s/cve.2.9;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.