Skip to content
Snippets Groups Projects
Commit 25909d47 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@10156 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 1ffac143
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,7 @@ public class DmmModelChangerTest extends AbstractTest { ...@@ -82,6 +82,7 @@ public class DmmModelChangerTest extends AbstractTest {
DmmModelChanger.scaleModelVariable(point, AdaptationDirection.INCREASE); DmmModelChanger.scaleModelVariable(point, AdaptationDirection.INCREASE);
DmmModelChanger.scaleModelVariable(point, AdaptationDirection.INCREASE); DmmModelChanger.scaleModelVariable(point, AdaptationDirection.INCREASE);
DmmModelChanger.scaleModelVariable(point, AdaptationDirection.INCREASE); DmmModelChanger.scaleModelVariable(point, AdaptationDirection.INCREASE);
assertEquals(DEFAULT + 2, adaptableNumberOfCores.getNumber());
} }
@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