diff options
author | Aaron <aaron@10gen.com> | 2009-05-12 15:58:26 -0400 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-05-12 15:58:26 -0400 |
commit | d9129f8cb2fe5c5922c14196478b03e3dc55b235 (patch) | |
tree | 975017ce12eb5601f0f37235d14230dfa193c107 /dbtests/cursortests.cpp | |
parent | f5efaa92ea9d702646da16ad174548bb69cf4bd4 (diff) | |
download | mongo-d9129f8cb2fe5c5922c14196478b03e3dc55b235.tar.gz |
unit tests use same database to reduce disk usage
Diffstat (limited to 'dbtests/cursortests.cpp')
-rw-r--r-- | dbtests/cursortests.cpp | 2 |
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; |