Upgrade UnitTest and provide JUnit XML output formatting

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

View File

@@ -760,7 +760,7 @@ public:
String s;
s << "keyBytes=" << String (uint64(KeyBytes)) << ", maxItems=" << String (maxItems);
beginTest (s);
beginTestCase (s);
// Set up the key and value files
File const path (File::createTempFile (""));