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

Solving failed test: testRunToNextBreakPointFunction

parent 75c33b1f
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ public class RunToNextBreakpointMaxTransTest extends AbstractTest { ...@@ -33,7 +33,7 @@ public class RunToNextBreakpointMaxTransTest extends AbstractTest {
final String DIR_GEN = "test_diplo_simulator/"; final String DIR_GEN = "test_diplo_simulator/";
final String [] MODELS_RTNBP_MAX_TRANS = {"rtnbmt"}; final String [] MODELS_RTNBP_MAX_TRANS = {"rtnbmt"};
private String SIM_DIR; private String SIM_DIR;
final String [] SIM_TIME_TRANS = {"Simulated time: 1 time units.", "Simulated time: 2 time units.", "Simulated time: 2002 time units."}; final String [] SIM_TIME_TRANS = {"Simulated time: 1 time units.", "Simulated time: 2 time units.", "Simulated time: 1996 time units."};
static String CPP_DIR = "../../../../simulators/c++2/"; static String CPP_DIR = "../../../../simulators/c++2/";
static String mappingName = "ArchitectureSimple"; static String mappingName = "ArchitectureSimple";
private TMLArchiDiagramPanel currTdp; private TMLArchiDiagramPanel currTdp;
...@@ -183,8 +183,9 @@ public class RunToNextBreakpointMaxTransTest extends AbstractTest { ...@@ -183,8 +183,9 @@ public class RunToNextBreakpointMaxTransTest extends AbstractTest {
} }
for (int j = 0; j < arr.size(); j++) { for (int j = 0; j < arr.size(); j++) {
System.out.println("check string at " + j + " :pass, content = " + arr.get(j));
assertTrue(arr.get(j).equals(SIM_TIME_TRANS[j])); assertTrue(arr.get(j).equals(SIM_TIME_TRANS[j]));
TraceManager.addDev("check string at " + j + " :pass, content = " + arr.get(j));
} }
TraceManager.addDev("Test Done!"); TraceManager.addDev("Test Done!");
......
...@@ -13,4 +13,6 @@ TMLMAPPING ...@@ -13,4 +13,6 @@ TMLMAPPING
SET ApplicationSimple__T2 priority 0 SET ApplicationSimple__T2 priority 0
MAP CPU0 ApplicationSimple__T1 MAP CPU0 ApplicationSimple__T1
SET ApplicationSimple__T1 priority 0 SET ApplicationSimple__T1 priority 0
MAP Memory0 ApplicationSimple__chToT1
MAP Memory0 ApplicationSimple__chToT2
ENDTMLMAPPING ENDTMLMAPPING
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