Upgrade UnitTest and provide JUnit XML output formatting

This commit is contained in:
Vinnie Falco
2013-07-28 02:38:19 -07:00
parent 9064af3b1c
commit abd3668b65
17 changed files with 603 additions and 320 deletions

View File

@@ -163,7 +163,7 @@ public:
void runTest()
{
beginTest ("Random");
beginTestCase ("Random");
for (int j = 10; --j >= 0;)
{