Ignored TestPlayer.java

This commit is contained in:
North 2012-03-01 21:24:30 +02:00
parent a033af089b
commit 3c6a4d329c

View file

@ -45,11 +45,13 @@ import mage.game.permanent.Permanent;
import mage.game.stack.StackObject;
import mage.player.ai.ComputerPlayer;
import mage.players.Player;
import org.junit.Ignore;
/**
*
* @author BetaSteward_at_googlemail.com
*/
@Ignore
public class TestPlayer extends ComputerPlayer<TestPlayer> {
private List<PlayerAction> actions = new ArrayList<PlayerAction>();