* Zur's Weirding - Fixed that the player hand cards were not revealed.

This commit is contained in:
LevelX2 2015-06-21 23:50:03 +02:00
parent 87f919ecac
commit 88928772fb
6 changed files with 62 additions and 27 deletions

View file

@ -29,6 +29,9 @@ package org.mage.test.cards.abilities.keywords;
import mage.constants.PhaseStep;
import mage.constants.Zone;
import mage.game.permanent.Permanent;
import mage.game.permanent.PermanentToken;
import org.junit.Assert;
import org.junit.Test;
import org.mage.test.serverside.base.CardTestPlayerBase;
@ -89,5 +92,5 @@ public class ProvokeTest extends CardTestPlayerBase{
assertLife(playerA, 18); // one attack from Imp
assertLife(playerB, 15); // Not blocked
}
}
}