From c159adfbbcbfd31edb3398fe19d7b378368a9abb Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Fri, 3 Apr 2009 14:10:29 +0000 Subject: [PATCH] lost in commit: bugfix: prevented changing system properties for all tests; SVN: 10559 --- openbis/resource/eclipse/create scalability DB.launch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openbis/resource/eclipse/create scalability DB.launch b/openbis/resource/eclipse/create scalability DB.launch index 2211f75575d..899c459dc0e 100644 --- a/openbis/resource/eclipse/create scalability DB.launch +++ b/openbis/resource/eclipse/create scalability DB.launch @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <launchConfiguration type="org.testng.eclipse.launchconfig"> +<mapAttribute key="org.eclipse.debug.core.environmentVariables"> +<mapEntry key="initializeDBCreator" value="true"/> +</mapAttribute> <listAttribute key="org.eclipse.debug.ui.favoriteGroups"> <listEntry value="org.eclipse.debug.ui.launchGroup.run"/> </listAttribute> -- GitLab