From d0235e5499f7d484d767fe8cfb792440d5efbd96 Mon Sep 17 00:00:00 2001 From: Andy Schwerin Date: Tue, 3 Apr 2012 15:01:01 -0400 Subject: Rename the UnitTest class to StartupTest, and the containing file to startup_test. --- src/mongo/util/text.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mongo/util/text.cpp') diff --git a/src/mongo/util/text.cpp b/src/mongo/util/text.cpp index 3025d1da2b4..dcbc3179279 100644 --- a/src/mongo/util/text.cpp +++ b/src/mongo/util/text.cpp @@ -18,7 +18,7 @@ #include "pch.h" #include "mongo/util/text.h" -#include "mongo/util/unittest.h" +#include "mongo/util/startup_test.h" #include "mongo/util/mongoutils/str.h" namespace mongo { @@ -130,7 +130,7 @@ namespace mongo { #endif // #if defined(_WIN32) - struct TextUnitTest : public UnitTest { + struct TextUnitTest : public StartupTest { void run() { verify( parseLL("123") == 123 ); verify( parseLL("-123000000000") == -123000000000LL ); -- cgit v1.2.1