diff --git a/test/java/src/junit/bowler/MuJoCoBowlerIntegrationTest.java b/test/java/src/junit/bowler/MuJoCoBowlerIntegrationTest.java index afbc079f..b36f2967 100644 --- a/test/java/src/junit/bowler/MuJoCoBowlerIntegrationTest.java +++ b/test/java/src/junit/bowler/MuJoCoBowlerIntegrationTest.java @@ -57,6 +57,7 @@ public void test() throws Exception { // System.out.println(s); // System.out.println(f.getAbsolutePath()); System.out.println("Parts size = "+parts.size()); + manager.generateNewModel();// generate model before start counting time long start = System.currentTimeMillis(); double now = 0; while((now=manager.getCurrentSimulationTimeSeconds())<5) {