From e3e7cb89e112bbeed2b3e43798a16fe557a3992a Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sun, 27 May 2012 23:30:02 +0200 Subject: Add testsuite tests for UID generation --- include/testsuite.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/testsuite.h') diff --git a/include/testsuite.h b/include/testsuite.h index 618615dc9..f91e508c9 100644 --- a/include/testsuite.h +++ b/include/testsuite.h @@ -21,6 +21,7 @@ class TestSuite { + bool RealGenerateUIDTests(); public: TestSuite(); ~TestSuite(); @@ -29,6 +30,7 @@ class TestSuite bool DoWildTests(); bool DoCommaSepStreamTests(); bool DoSpaceSepStreamTests(); + bool DoGenerateUIDTests(); }; #endif -- cgit v1.2.3