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

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@9575 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 9c1a557d
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import edu.kit.ipd.descartes.perfdatarepo.PerformanceDataRepository;
public class PerfDataRepoHelperTest {
private static final String PERF_DATA_REPO_XMI_FILE = "/Users/nhuber/Documents/workspace/descartes/metamodel/ExampleModels/Adaptation/PerformanceDataRepositoryDummy.xmi";
private static final String PERF_DATA_REPO_XMI_FILE = "./test_models/PerformanceDataRepositoryDummy.xmi";
PerformanceDataRepository perfDataRepo;
@Before
......
......@@ -19,7 +19,7 @@ import edu.kit.ipd.descartes.perfdatarepo.Result;
public class WeightingFunctionHelperTest {
private static final String PERF_DATA_REPO_XMI_FILE = "../ExampleModels/Adaptation/PerformanceDataRepositoryDummy.xmi";
private static final String PERF_DATA_REPO_XMI_FILE = "./test_models/PerformanceDataRepositoryDummy.xmi";
private static final double UTIL_WEIGHT = 2.0d;
private PerformanceDataRepositoryHandler perfDataHandler = PerformanceDataRepositoryHandler.getInstance();
......
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