diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-03-08 16:21:56 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-03-08 16:22:12 -0500 |
commit | b28116bafe07a59ef030162c4da90ef4e754f8fd (patch) | |
tree | 47a561bc61f71f7a07c209aa7b22976db4dec526 /jstests | |
parent | 43f5f6f9bcd642b3f6099e2032e276fe2caa2dec (diff) | |
download | mongo-b28116bafe07a59ef030162c4da90ef4e754f8fd.tar.gz |
fix sharding test with local change
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/sharding/features1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/features1.js b/jstests/sharding/features1.js index d93ccfd18eb..c22f094bb68 100644 --- a/jstests/sharding/features1.js +++ b/jstests/sharding/features1.js @@ -175,7 +175,7 @@ assert( ! s.admin.runCommand( { shardcollection : "test.foo9" , key : { a : 1 } // --- listDatabases --- r = db.getMongo().getDBs() -assert.eq( 4 , r.databases.length , "listDatabases 1 : " + tojson( r ) ) +assert.eq( 3 , r.databases.length , "listDatabases 1 : " + tojson( r ) ) assert.lt( 10000 , r.totalSize , "listDatabases 2 : " + tojson( r ) ); s.stop() |