Moved test Ignore to other test case according to comment

This commit is contained in:
magenoxx 2012-05-25 18:59:16 +04:00
parent b19934138c
commit 24b1b95b54

View file

@ -41,9 +41,6 @@ public class HarmsWayRedirectDamageTest extends CardTestPlayerBase {
* Tests redirecting combat damage
*/
@Test
@Ignore
// This test doesn't work in test framework but the test case works fine in real game
// -- this is because of no possibility to ask AI to play spell when triggered is in the stack
public void testRedirectCombatDamage() {
addCard(Constants.Zone.HAND, playerA, "Harm's Way");
addCard(Constants.Zone.BATTLEFIELD, playerA, "Plains");
@ -67,6 +64,9 @@ public class HarmsWayRedirectDamageTest extends CardTestPlayerBase {
* Tests redirecting from triggered ability
*/
@Test
@Ignore
// This test doesn't work in test framework but the test case works fine in real game
// -- this is because of no possibility to ask AI to play spell when triggered is in the stack
public void testRedirectTriggeredAbilityDamage() {
addCard(Constants.Zone.HAND, playerA, "Lightning Bolt");
addCard(Constants.Zone.HAND, playerA, "Harm's Way");