Commit 8ea32e2 1 parent 2e86d7a commit 8ea32e2 Copy full SHA for 8ea32e2
File tree 2 files changed +3
-7
lines changed
java/de/hhu/stups/codegenerator/java
resources/de/hhu/stups/codegenerator/drone
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
package de .hhu .stups .codegenerator .java ;
2
2
3
3
import de .hhu .stups .codegenerator .generators .CodeGenerationException ;
4
- import de . prob . parser . ast . visitors . TypeErrorException ;
4
+
5
5
import org .junit .Ignore ;
6
6
import org .junit .Test ;
7
7
@@ -768,11 +768,7 @@ public void testDroneCommunicatorMockup() throws Exception {
768
768
769
769
@ Test
770
770
public void testDroneMainController () throws Exception {
771
- try {
772
- testJava ("drone/DroneMainController" );
773
- } catch (TypeErrorException e ) {
774
- System .out .println (e .getMessage ());
775
- }
771
+ testJava ("drone/DroneMainController" );
776
772
}
777
773
778
774
}
Original file line number Diff line number Diff line change 1
1
MACHINE DroneMainController
2
- INCLUDES DroneSafetyController, DroneCommunicator
2
+ INCLUDES DroneSafetyController, DroneCommunicator_Mockup
3
3
4
4
OPERATIONS
5
5
You can’t perform that action at this time.
0 commit comments