From 465163cf3bab1616606c0695d4e8b3ae26d54272 Mon Sep 17 00:00:00 2001 From: "solo81@web.de" Date: Sun, 8 May 2011 13:51:30 +0000 Subject: [PATCH] Added a test for Celestial Sword, representing a small card group with complex "newability" structures. --- projects/mtg/bin/Res/test/_tests.txt | 1 + projects/mtg/bin/Res/test/celestial_sword.txt | 37 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 projects/mtg/bin/Res/test/celestial_sword.txt diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 2e5afacee..d74aef4ed 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -182,6 +182,7 @@ castle.txt cathodion.txt celestial_mantle.txt celestial_purge.txt +celestial_sword.txt chainbreaker.txt circle_of_protection.txt circle_of_protection_i211.txt diff --git a/projects/mtg/bin/Res/test/celestial_sword.txt b/projects/mtg/bin/Res/test/celestial_sword.txt new file mode 100644 index 000000000..9171f03e1 --- /dev/null +++ b/projects/mtg/bin/Res/test/celestial_sword.txt @@ -0,0 +1,37 @@ +#Testing Celestial Sword. It has a complex "newability" +[INIT] +FIRSTMAIN +[PLAYER1] +hand:shock +inplay:Celestial Sword,grizzly bears +manapool:{3}{R} +[PLAYER2] +life:20 +[DO] +Celestial Sword +Grizzly Bears +Shock +Grizzly Bears +next +#begin +next +#attackers +Grizzly Bears +next +#blockers +next +#damage +eot +eot +next +next +next +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:Celestial Sword +graveyard:Grizzly Bears,Shock +manapool:{0} +[PLAYER2] +life:15 +[END] \ No newline at end of file