summaryrefslogtreecommitdiff
path: root/src/mongo/db/memconcept.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/db/memconcept.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/db/memconcept.cpp')
-rw-r--r--src/mongo/db/memconcept.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/memconcept.cpp b/src/mongo/db/memconcept.cpp
index 6d18484b323..d41afcbf2a3 100644
--- a/src/mongo/db/memconcept.cpp
+++ b/src/mongo/db/memconcept.cpp
@@ -11,7 +11,7 @@
#include <boost/functional/hash.hpp>
using namespace std;
#include "../util/log.h"
-#include "../util/unittest.h"
+#include "../util/startup_test.h"
namespace mongo {
namespace memconcept {
@@ -32,7 +32,7 @@ namespace mongo {
concept concept::deletedrecord("deletedrecord");
concept concept::btreebucket("btreebucket");
- class X : public UnitTest {
+ class X : public StartupTest {
public:
virtual void run() {
}