[Collection viewer] Drawing set name on the tabs (vertical for selected and normal for tabs without images).

This commit is contained in:
magenoxx 2011-04-10 11:25:25 +04:00
parent 48142926dd
commit b42e056750
3 changed files with 390 additions and 344 deletions

View file

@ -18,6 +18,7 @@ public class ProtectionFromColorTest extends CardTestBase {
// tapped White Knight with Protection from Black
addCard(Constants.Zone.BATTLEFIELD, computerB, "White Knight", 1, true);
addCard(Constants.Zone.BATTLEFIELD, computerB, "Runeclaw Bear", 1, true);
// one not tapped White Knight to prevent AI from attacking
addCard(Constants.Zone.BATTLEFIELD, computerB, "White Knight", 1, false);
@ -31,6 +32,7 @@ public class ProtectionFromColorTest extends CardTestBase {
// no one should be destroyed
assertPermanentCount(computerB, "White Knight", 2);
assertPermanentCount(computerB, "Runeclaw Bear", 0);
}
@Test