mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
revert unit test
This commit is contained in:
parent
9c3387a40a
commit
8ad366cdb8
1 changed files with 14 additions and 4 deletions
|
|
@ -128,20 +128,30 @@ TEST(LoadingFromClipboardTest, EdgeCaseTesting)
|
||||||
|
|
||||||
|
|
||||||
// Mainboard (11 cards)
|
// Mainboard (11 cards)
|
||||||
No Count
|
Æther Adept
|
||||||
4X Forest
|
2x Fire // Ice
|
||||||
|
1 Minsc & Boo, Timeless Heroes
|
||||||
|
3 Pain/Suffering
|
||||||
|
4X [B] Forest (3)
|
||||||
|
|
||||||
|
|
||||||
// Sideboard (11 cards)
|
// Sideboard (11 cards)
|
||||||
|
|
||||||
|
5x [WTH] Nature’s Resurgence
|
||||||
6X Gaea's Skyfolk
|
6X Gaea's Skyfolk
|
||||||
|
7 B.F.M. (Big Furry Monster)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
)");
|
)");
|
||||||
|
|
||||||
Result result("DeckName", "Comment 1\n\nComment [two]\n(test) Æ ’ | / (3)", {{"No Count", 1}, {"Forest", 4}},
|
Result result("DeckName", "Comment 1\n\nComment [two]\n(test) Æ ’ | / (3)",
|
||||||
{{"Gaea's Skyfolk", 6}});
|
{{"Aether Adept", 1},
|
||||||
|
{"Fire // Ice", 2},
|
||||||
|
{"Minsc & Boo, Timeless Heroes", 1},
|
||||||
|
{"Pain // Suffering", 3},
|
||||||
|
{"Forest", 4}},
|
||||||
|
{{"Nature's Resurgence", 5}, {"Gaea's Skyfolk", 6}, {"B.F.M. (Big Furry Monster)", 7}});
|
||||||
testDeck(clipboard, result);
|
testDeck(clipboard, result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue