Skip to content
Snippets Groups Projects
Commit b4f8127b authored by Ola Leifler's avatar Ola Leifler
Browse files

Added dummy test to suppress warning of empty test class

parent 8cbf4894
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
package net.sf.freecol.client.control; package net.sf.freecol.client.control;
import org.junit.Test;
import net.sf.freecol.client.ClientTestHelper; import net.sf.freecol.client.ClientTestHelper;
import net.sf.freecol.client.FreeColClient; import net.sf.freecol.client.FreeColClient;
import net.sf.freecol.common.model.Game; import net.sf.freecol.common.model.Game;
...@@ -49,7 +51,9 @@ public class MoveTest extends FreeColTestCase { ...@@ -49,7 +51,9 @@ public class MoveTest extends FreeColTestCase {
super.tearDown(); super.tearDown();
} }
@Test
public void testDummy() {}
public void disabledTestSimpleMove() { public void disabledTestSimpleMove() {
Game game = ServerTestHelper.startServerGame(getTestMap(plains)); Game game = ServerTestHelper.startServerGame(getTestMap(plains));
Map map = game.getMap(); Map map = game.getMap();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment