mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
add TODO to new @Ignore
This commit is contained in:
parent
8336bedf83
commit
2bbc2cba00
5 changed files with 5 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ public class BattleAtTheHelvaultTest extends CardTestPlayerBase {
|
|||
*/
|
||||
private static final String battle = "Battle at the Helvault";
|
||||
|
||||
@Ignore // goal of #11619 is to fix this nicely
|
||||
@Ignore // TODO: goal of #11619 is to fix this nicely
|
||||
@Test
|
||||
public void test_SimplePlay() {
|
||||
addCard(Zone.HAND, playerA, battle, 1);
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
public class ScrollOfIsildurTest extends CardTestPlayerBase {
|
||||
|
||||
/**
|
||||
* {@link mage.cards.t.TrialOfATimeLord Scroll of Isildur} {2}{U}
|
||||
* {@link mage.cards.s.ScrollOfIsildur Scroll of Isildur} {2}{U}
|
||||
* Enchantment — Saga
|
||||
* (As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)
|
||||
* I — Gain control of up to one target artifact for as long as you control this Saga. The Ring tempts you.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ public class DayOfTheMoonTest extends CardTestPlayerBase {
|
|||
*/
|
||||
private static final String day = "Day of the Moon";
|
||||
|
||||
@Ignore // goal of #11619 is to fix this nicely
|
||||
@Ignore // TODO: goal of #11619 is to fix this nicely
|
||||
@Test
|
||||
public void test_SimplePlay() {
|
||||
addCard(Zone.HAND, playerA, day, 1);
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ public class TrialOfATimeLordTest extends CardTestPlayerBase {
|
|||
*/
|
||||
private static final String trial = "Trial of a Time Lord";
|
||||
|
||||
@Ignore // goal of #11619 is to fix this nicely
|
||||
@Ignore // TODO: goal of #11619 is to fix this nicely
|
||||
@Test
|
||||
public void test_SimplePlay() {
|
||||
addCard(Zone.HAND, playerA, trial, 1);
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ public class ThePrincessTakesFlightTest extends CardTestPlayerBase {
|
|||
*/
|
||||
private static final String flight = "The Princess Takes Flight";
|
||||
|
||||
@Ignore // goal of #11619 is to fix this nicely
|
||||
@Ignore // TODO: goal of #11619 is to fix this nicely
|
||||
@Test
|
||||
public void test_SimplePlay() {
|
||||
addCard(Zone.HAND, playerA, flight, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue