From 84004c7c7f341e8c57001f1f3fb7411ee044fa36 Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Fri, 22 Oct 2010 08:29:47 +0000 Subject: [PATCH] added separator to debug output when running test suite. This will visually help with identifying when a test ends and another begins. --- projects/mtg/src/TestSuiteAI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/mtg/src/TestSuiteAI.cpp b/projects/mtg/src/TestSuiteAI.cpp index 60bf4a1d9..a1b624558 100644 --- a/projects/mtg/src/TestSuiteAI.cpp +++ b/projects/mtg/src/TestSuiteAI.cpp @@ -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; }