Skip to content
Snippets Groups Projects
Commit d7060dec authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Resolving bug on test

parent 3d296456
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,8 @@ public class DiplodocusSimulatorTest extends AbstractTest { ...@@ -39,8 +39,8 @@ public class DiplodocusSimulatorTest extends AbstractTest {
// model for Daemon Run To Next Breakpoint // model for Daemon Run To Next Breakpoint
final String MODELS_DAEMON_RTNB = "testDaemon"; final String MODELS_DAEMON_RTNB = "testDaemon";
final int [] DAEMON_RTNBP_1 = {10, 9, 2147483647, 0}; // 2147483647==-1 final int [] DAEMON_RTNBP_1 = {12, 11, 2147483647, 0}; // 2147483647==-1
final int [] DAEMON_RTNBP_2 = {17, 16, 2147483647, 0}; // 2147483647==-1 final int [] DAEMON_RTNBP_2 = {19, 18, 2147483647, 0}; // 2147483647==-1
private String SIM_DIR; private String SIM_DIR;
@BeforeClass @BeforeClass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment