mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
removed @Ignore from good tests
This commit is contained in:
parent
2d102349fd
commit
44785267ec
3 changed files with 0 additions and 5 deletions
|
|
@ -2,7 +2,6 @@ package org.mage.test.cards.abilities.oneshot.destroy;
|
|||
|
||||
import mage.constants.PhaseStep;
|
||||
import mage.constants.Zone;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,14 +2,12 @@ package org.mage.test.cards.single;
|
|||
|
||||
import mage.constants.PhaseStep;
|
||||
import mage.constants.Zone;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
public class ArbiterOfKnollridgeTest extends CardTestPlayerBase {
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testCard() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Plains", 6);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 6);
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import mage.constants.PhaseStep;
|
|||
import mage.constants.Zone;
|
||||
import mage.counters.CounterType;
|
||||
import mage.filter.Filter;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
|
|
@ -12,7 +11,6 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
*
|
||||
* @author BetaSteward
|
||||
*/
|
||||
@Ignore
|
||||
public class SoulSeizerTest extends CardTestPlayerBase {
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue