- adding tests for issue 489 and issue 491
- check for null pointers in Credits.cpp
- Test suite can now select tokens by their name
- Fixed Dragon Broodmothere's token name
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-10-17 10:21:08 +00:00
parent d9f5b1586c
commit 8fdb64e9ce
7 changed files with 97 additions and 19 deletions
+1
View File
@@ -91,6 +91,7 @@ class TestSuiteAI:public AIPlayerBaka{
TestSuiteAI(TestSuite * suite, int playerId);
virtual int Act(float dt);
MTGCardInstance * getCard(string action);
virtual int displayStack();
};