diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 29e5462f5..42d4b6909 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -33,6 +33,7 @@ generic/fresh.txt generic/hybrid_mana.txt generic/hybrid_mana_2.txt generic/hybrid_mana_3.txt +generic/indestructible.txt generic/kicker.txt generic/kicker2.txt generic/landwalk.txt diff --git a/projects/mtg/bin/Res/test/bugs/indestructible_2_i569.txt b/projects/mtg/bin/Res/test/bugs/indestructible_2_i569.txt new file mode 100644 index 000000000..bb867477a --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/indestructible_2_i569.txt @@ -0,0 +1,21 @@ +#Testing Indestructible: Darksteel Myr against Runeclaw Bear +#Result: Darksteel Myr should be dead +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Darksteel Myr +hand:Blister Beetle +manapool:{1}{B} +[PLAYER2] +inplay:Runeclaw Bear +[DO] +Blister Beetle +Darksteel Myr +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:Blister Beetle +graveyard:Darksteel Myr +[PLAYER2] +inplay:Runeclaw Bear +[END] diff --git a/projects/mtg/bin/Res/test/generic/indestructible.txt b/projects/mtg/bin/Res/test/generic/indestructible.txt new file mode 100644 index 000000000..2cd7e4bac --- /dev/null +++ b/projects/mtg/bin/Res/test/generic/indestructible.txt @@ -0,0 +1,21 @@ +#Testing Indestructible: Darksteel Myr against Runeclaw Bear +#Result: Nothing happens +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:Darksteel Myr +[PLAYER2] +inplay:Runeclaw Bear +[DO] +Darksteel Myr +next +Runeclaw Bear +next +next +[ASSERT] +COMBATEND +[PLAYER1] +inplay:Darksteel Myr +[PLAYER2] +inplay:Runeclaw Bear +[END]