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

@@ -609,7 +609,7 @@ public:
void runTest()
{
beginTest ("JSON");
beginTestCase ("JSON");
Random r;
r.setSeedRandomly();