fixed typos in testExtraZPMs and testReplicatorPosition in Tester.java
This commit is contained in:
parent
fbdb7ba867
commit
518fdd0586
@ -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"};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user