summaryrefslogtreecommitdiff
path: root/dbtests/cursortests.cpp
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-05-12 15:58:26 -0400
committerAaron <aaron@10gen.com>2009-05-12 15:58:26 -0400
commitd9129f8cb2fe5c5922c14196478b03e3dc55b235 (patch)
tree975017ce12eb5601f0f37235d14230dfa193c107 /dbtests/cursortests.cpp
parentf5efaa92ea9d702646da16ad174548bb69cf4bd4 (diff)
downloadmongo-d9129f8cb2fe5c5922c14196478b03e3dc55b235.tar.gz
unit tests use same database to reduce disk usage
Diffstat (limited to 'dbtests/cursortests.cpp')
-rw-r--r--dbtests/cursortests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/cursortests.cpp b/dbtests/cursortests.cpp
index 0396dd6def2..78a9bdee6a4 100644
--- a/dbtests/cursortests.cpp
+++ b/dbtests/cursortests.cpp
@@ -53,7 +53,7 @@ namespace CursorTests {
public:
Upgrade() : num_() {}
void run() {
- setClient( "foo.bar" );
+ setClient( "unittests.bar" );
IdSet::maxSize_ = ( BSON( "_id" << int( 1 ) ).objsize() + sizeof( BSONObj ) - 1 ) * 8;