Skip to content
Snippets Groups Projects
Commit 34880612 authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

properties file now read from arguments list

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@11755 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 76433262
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,9 @@ public class AdaptationProcessModelLoaderTest extends AbstractTest { ...@@ -17,8 +17,9 @@ public class AdaptationProcessModelLoaderTest extends AbstractTest {
@Before @Before
public void setUp() throws Exception { public void setUp() throws Exception {
super.setUp(); super.setUp();
String propertiesFile = "default.properties";
AdaptationControl control = new AdaptationControl(); AdaptationControl control = new AdaptationControl();
control.init(); control.init(propertiesFile);
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment