diff --git a/cicaprojekt/Tester.java b/cicaprojekt/Tester.java index 0f891d6..3a30079 100644 --- a/cicaprojekt/Tester.java +++ b/cicaprojekt/Tester.java @@ -308,6 +308,8 @@ public class Tester { boolean results = testOnSequenceOfCommands(commands, expectedOutputs); System.out.print("rotationTest: "); + + return true; //TODO check this } @Test