Some tests fixes. Returned back checking for repeated action with the fix.

This commit is contained in:
magenoxx 2011-12-24 12:34:00 +04:00
parent f4b87c4c28
commit dc2ebdd16d
5 changed files with 6 additions and 5 deletions

View file

@ -33,6 +33,7 @@ public class LevelUpAbilityTest extends CardTestBase {
System.out.println(counter.getKey() + " : " + counter.getValue().getName() + " : " + counter.getValue().getCount());
}
Assert.assertNotNull(master.getCounters());
Assert.assertFalse(master.getCounters().isEmpty());
Assert.assertEquals(12, master.getCounters().getCount(CounterType.LEVEL));
}