added separator to debug output when running test suite. This will visually help

with identifying when a test ends and another begins.
This commit is contained in:
techdragon.nguyen@gmail.com
2010-10-22 08:29:47 +00:00
parent 34335ba2aa
commit 84004c7c7f

View File

@@ -100,6 +100,7 @@ int TestSuiteAI::Act(float dt){
//end of game
suite->assertGame();
g->gameOver = g->players[0];
DebugTrace("================================ END OF TEST =======================\n");
return 1;
}