diff options
Diffstat (limited to 'test/com/fourisland/fourpuzzle/gamestate/mapview/event/precondition')
-rw-r--r-- | test/com/fourisland/fourpuzzle/gamestate/mapview/event/precondition/SwitchPreconditionTest.java | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/test/com/fourisland/fourpuzzle/gamestate/mapview/event/precondition/SwitchPreconditionTest.java b/test/com/fourisland/fourpuzzle/gamestate/mapview/event/precondition/SwitchPreconditionTest.java index bc86459..dd8d5b5 100644 --- a/test/com/fourisland/fourpuzzle/gamestate/mapview/event/precondition/SwitchPreconditionTest.java +++ b/test/com/fourisland/fourpuzzle/gamestate/mapview/event/precondition/SwitchPreconditionTest.java | |||
@@ -18,9 +18,6 @@ import static org.junit.Assert.*; | |||
18 | */ | 18 | */ |
19 | public class SwitchPreconditionTest { | 19 | public class SwitchPreconditionTest { |
20 | 20 | ||
21 | public SwitchPreconditionTest() { | ||
22 | } | ||
23 | |||
24 | String switchName = "TestSwitch"; | 21 | String switchName = "TestSwitch"; |
25 | SwitchPrecondition sp; | 22 | SwitchPrecondition sp; |
26 | 23 | ||
@@ -44,9 +41,5 @@ public class SwitchPreconditionTest { | |||
44 | Game.getSaveFile().getSwitches().put(switchName, true); | 41 | Game.getSaveFile().getSwitches().put(switchName, true); |
45 | assertTrue(sp.match()); | 42 | assertTrue(sp.match()); |
46 | } | 43 | } |
47 | 44 | ||
48 | @After | ||
49 | public void tearDown() { | ||
50 | } | ||
51 | |||
52 | } \ No newline at end of file | 45 | } \ No newline at end of file |