Skip to content

Commit ffe6149

Browse files
committed
repair wrong flags
1 parent dfbbc60 commit ffe6149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenRobertaServer/src/test/java/de/fhg/iais/roberta/javaServer/integrationTest/CompilerWorkflowRobotCommonIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class CompilerWorkflowRobotCommonIT {
7373
"server.log.configfile=/logback-test.xml"
7474
};
7575

76-
private static final boolean CROSSCOMPILER_CALL = false;
76+
private static final boolean CROSSCOMPILER_CALL = true;
7777
private static final boolean SHOW_SUCCESS = true;
7878

7979
private static final String RESOURCE_BASE = "/crossCompilerTests/common/";

OpenRobertaServer/src/test/java/de/fhg/iais/roberta/javaServer/integrationTest/CompilerWorkflowRobotSpecificIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class CompilerWorkflowRobotSpecificIT {
7777
"server.log.configfile=/logback-test.xml"
7878
};
7979

80-
private static final boolean CROSSCOMPILER_CALL = false;
80+
private static final boolean CROSSCOMPILER_CALL = true;
8181
private static final boolean SHOW_SUCCESS = true;
8282

8383
private static JSONObject robotsFromTestSpec;

0 commit comments

Comments
 (0)