From b7c13825c50ab1bd008197c8af1cd749b1e4b0da Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Sun, 27 Jan 2013 02:55:35 +0000 Subject: [PATCH] --- projects/mtg/bin/Res/test/_tests.txt | 1 + projects/mtg/bin/Res/test/generic/evolve.txt | 25 ++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 projects/mtg/bin/Res/test/generic/evolve.txt diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 1cf774b55..42e5a1042 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -23,6 +23,7 @@ generic/equip_shroud.txt generic/equip_shroud2.txt generic/equip_wither.txt generic/equipment_i252.txt +generic/evolve.txt generic/exalted.txt generic/exalted_i143.txt generic/exalted_i310.txt diff --git a/projects/mtg/bin/Res/test/generic/evolve.txt b/projects/mtg/bin/Res/test/generic/evolve.txt new file mode 100644 index 000000000..0bc9dd27d --- /dev/null +++ b/projects/mtg/bin/Res/test/generic/evolve.txt @@ -0,0 +1,25 @@ +#Testing Evolve : Evolve should trigger also +#for creature token generated from battlefield +#I reverse the order in play for creature so that when +#test suite starts the evolve will not trigger before hand. +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:Utvara Hellkite,Cloudfin Raptor +[PLAYER2] +life:20 +[DO] +Cloudfin Raptor +Utvara Hellkite +next +next +next +next +next +[ASSERT] +END +[PLAYER1] +inplay:Cloudfin Raptor,Utvara Hellkite,* +[PLAYER2] +life:13 +[END]