From 7de479b73b8198b1d60e881877e1c5533ff9620b Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Sat, 16 Jan 2010 04:33:04 +0000 Subject: [PATCH] Erwan -adding tests for issue 294 (can't reproduce) --- projects/mtg/bin/Res/test/_tests.txt | 2 ++ .../Res/test/knight_captain_of_eos_i294.txt | 31 +++++++++++++++++ .../Res/test/knight_captain_of_eos_i294_2.txt | 33 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 projects/mtg/bin/Res/test/knight_captain_of_eos_i294.txt create mode 100644 projects/mtg/bin/Res/test/knight_captain_of_eos_i294_2.txt diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 767853a63..47945d07c 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -267,6 +267,8 @@ keldon_warlord.txt keldon_warlord2.txt kird_ape.txt kjeldoran_frostbeast1.txt +knight_captain_of_eos_i294.txt +knight_captain_of_eos_i294_2.txt krosan_beast.txt krosan_beast2.txt kraken_eye.txt diff --git a/projects/mtg/bin/Res/test/knight_captain_of_eos_i294.txt b/projects/mtg/bin/Res/test/knight_captain_of_eos_i294.txt new file mode 100644 index 000000000..f901d131d --- /dev/null +++ b/projects/mtg/bin/Res/test/knight_captain_of_eos_i294.txt @@ -0,0 +1,31 @@ +#Bug: Knight Captain prevents all combat damage +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Yotian soldier,grizzly bears +hand:Knight-Captain of eos +manapool:{4}{W} +[PLAYER2] +inplay:air elemental +[DO] +Knight-Captain of eos +next +#begin +next +#attackers +grizzly bears +next +#blockers +air elemental +next +#damage +next +#end combat +[ASSERT] +COMBATEND +[PLAYER1] +inplay:Knight-Captain of eos,Yotian soldier,*,* +graveyard:grizzly bears +[PLAYER2] +inplay:air elemental +[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/knight_captain_of_eos_i294_2.txt b/projects/mtg/bin/Res/test/knight_captain_of_eos_i294_2.txt new file mode 100644 index 000000000..a61034474 --- /dev/null +++ b/projects/mtg/bin/Res/test/knight_captain_of_eos_i294_2.txt @@ -0,0 +1,33 @@ +#Bug: Knight Captain prevents all combat damage +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Yotian soldier,grizzly bears +hand:Knight-Captain of eos +manapool:{4}{W}{W} +[PLAYER2] +inplay:air elemental +[DO] +Knight-Captain of eos +Knight-Captain of eos +Yotian Soldier +next +#begin +next +#attackers +grizzly bears +next +#blockers +air elemental +next +#damage +next +#end combat +[ASSERT] +COMBATEND +[PLAYER1] +inplay:Knight-Captain of eos,*,*,grizzly bears +graveyard:Yotian soldier +[PLAYER2] +inplay:air elemental +[END] \ No newline at end of file