Added missing test for syncopate + 2 tests for spell_rupture

This commit is contained in:
Dmitry Panin
2013-10-29 16:12:08 +04:00
parent 8d66f82179
commit 9037699281
5 changed files with 85 additions and 2 deletions
@@ -0,0 +1,27 @@
#Testing Counter unless pay {X} mechanic
#P1 casts Think Twice with {4} left in his mana pool and P2 counters with Syncopate using X = 3. P1 chooses to pay {3} and Think Twice resolves with {1} left in his mana pool.
[INIT]
firstmain
[PLAYER1]
hand:think twice
manapool:{5}{U}
library:counterspell
[PLAYER2]
hand:syncopate
manapool:{3}{U}
[DO]
think twice
no
yes
syncopate
think twice
choice 0
[ASSERT]
firstmain
[PLAYER1]
hand:counterspell
graveyard:think twice
manapool:{1}
[PLAYER2]
graveyard:syncopate
[END]