mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Run an individual unit test
This commit is contained in:
@@ -619,7 +619,7 @@ public:
|
||||
typedef UnsignedInteger <KeyBytes> KeyType;
|
||||
|
||||
String s;
|
||||
s << "keyBytes=" << String (KeyBytes);
|
||||
s << "keyBytes=" << String (KeyBytes) << ", maxItems=" << String (maxItems);
|
||||
beginTest (s);
|
||||
|
||||
// Set up the key and value files and open the db.
|
||||
|
||||
Reference in New Issue
Block a user