From 25c9a61645b1ad507b8bb7ea061bfea36e0983df Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 21 Apr 2011 06:36:24 +0000
Subject: [PATCH] LMS-2172 rename database kind

SVN: 21023
---
 .../integration-tests-service.properties                        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/templates/datastore_server_screening/integration-tests-service.properties b/integration-tests/templates/datastore_server_screening/integration-tests-service.properties
index 3d4fb9dbc36..a361dd6572a 100644
--- a/integration-tests/templates/datastore_server_screening/integration-tests-service.properties
+++ b/integration-tests/templates/datastore_server_screening/integration-tests-service.properties
@@ -15,5 +15,5 @@ data-sources = path-info-db, imaging-db
 path-info-db.version-holder-class = ch.systemsx.cisd.openbis.dss.generic.shared.PathInfoDatabaseVersionHolder
 path-info-db.databaseEngineCode = postgresql
 path-info-db.basicDatabaseName = pathinfo
-path-info-db.databaseKind = screening
+path-info-db.databaseKind = screening_integration_tests
 path-info-db.scriptFolder = sql
-- 
GitLab