Skip to content
Snippets Groups Projects
Commit 8ea32e25 authored by dgelessus's avatar dgelessus
Browse files

Use DroneCommunicator_Mockup again for DroneMainController test

Until the antlr-parser can successfully type-check the non-mockup
version.
parent 2e86d7ac
No related branches found
No related tags found
No related merge requests found
Pipeline #149396 passed
package de.hhu.stups.codegenerator.java; package de.hhu.stups.codegenerator.java;
import de.hhu.stups.codegenerator.generators.CodeGenerationException; import de.hhu.stups.codegenerator.generators.CodeGenerationException;
import de.prob.parser.ast.visitors.TypeErrorException;
import org.junit.Ignore; import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
...@@ -768,11 +768,7 @@ public class TestMachines extends TestJava { ...@@ -768,11 +768,7 @@ public class TestMachines extends TestJava {
@Test @Test
public void testDroneMainController() throws Exception { public void testDroneMainController() throws Exception {
try {
testJava("drone/DroneMainController"); testJava("drone/DroneMainController");
} catch (TypeErrorException e) {
System.out.println(e.getMessage());
}
} }
} }
\ No newline at end of file
MACHINE DroneMainController MACHINE DroneMainController
INCLUDES DroneSafetyController, DroneCommunicator INCLUDES DroneSafetyController, DroneCommunicator_Mockup
OPERATIONS OPERATIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment