summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/dbtests.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-04-02 16:10:58 -0400
committerAndy Schwerin <schwerin@10gen.com>2012-04-03 15:54:11 -0400
commitd1a452ef2c502d7537cbf40047f30740d9111183 (patch)
tree41030dec7a868b9e2cfd02f5475dceeecd69c41c /src/mongo/dbtests/dbtests.h
parent62de272536969bebab1072eb85b5523ac1517f12 (diff)
downloadmongo-d1a452ef2c502d7537cbf40047f30740d9111183.tar.gz
Split mongo/dbtests/framework into a general unit test framework and a dbtests instance.
Diffstat (limited to 'src/mongo/dbtests/dbtests.h')
-rw-r--r--src/mongo/dbtests/dbtests.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mongo/dbtests/dbtests.h b/src/mongo/dbtests/dbtests.h
index dbaeea1d180..7dcb0546a1c 100644
--- a/src/mongo/dbtests/dbtests.h
+++ b/src/mongo/dbtests/dbtests.h
@@ -17,9 +17,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "framework.h"
+#pragma once
+
+#include "mongo/db/instance.h"
+#include "mongo/unittest/unittest.h"
using namespace mongo;
-using namespace mongo::regression;
+using namespace mongo::unittest;
using boost::shared_ptr;