From 518fdd0586c6a6d5c7a65ef49345d53f6e8b4db1 Mon Sep 17 00:00:00 2001 From: Hegedus Fanni Date: Mon, 25 Apr 2016 21:11:58 +0200 Subject: [PATCH] fixed typos in testExtraZPMs and testReplicatorPosition in Tester.java --- cicaprojekt/Tester.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cicaprojekt/Tester.java b/cicaprojekt/Tester.java index 657d8cc..3111d65 100644 --- a/cicaprojekt/Tester.java +++ b/cicaprojekt/Tester.java @@ -123,7 +123,7 @@ public class Tester { } @Test - boolean extraZPM(){ + boolean testExtraZPM(){ String[] commands = {"loadMap testExtraZPMs\n", "listZPMs\n", "move O\n", @@ -134,7 +134,7 @@ public class Tester { return testOnSequenceOfCommands(commands, expectedOutputs); - System.out.print("extraZPMs: "); + System.out.print("testExtraZPMs: "); if(results) System.out.println("Sikeres!"); else System.out.println("Sikertelen!"); @@ -192,7 +192,7 @@ public class Tester { } @Test - boolean replicatorPosition(){ + boolean testReplicatorPosition(){ String[] commands = {"loadMap testReplicatorPosition\n", "move O\n"};