summaryrefslogtreecommitdiff
path: root/src/mongo/util/text.cpp
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-04-03 15:01:01 -0400
committerAndy Schwerin <schwerin@10gen.com>2012-04-05 16:25:41 -0400
commitd0235e5499f7d484d767fe8cfb792440d5efbd96 (patch)
treed61dd36381cabe32871de41677fbfca869e44f75 /src/mongo/util/text.cpp
parentde834d925921c3be654a12e339400d790ab653f7 (diff)
downloadmongo-d0235e5499f7d484d767fe8cfb792440d5efbd96.tar.gz
Rename the UnitTest class to StartupTest, and the containing file to startup_test.
Diffstat (limited to 'src/mongo/util/text.cpp')
-rw-r--r--src/mongo/util/text.cpp4
1 files changed, 2 insertions, 2 deletions
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 );