summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-03-08 16:21:56 -0500
committerEliot Horowitz <eliot@10gen.com>2011-03-08 16:22:12 -0500
commitb28116bafe07a59ef030162c4da90ef4e754f8fd (patch)
tree47a561bc61f71f7a07c209aa7b22976db4dec526
parent43f5f6f9bcd642b3f6099e2032e276fe2caa2dec (diff)
downloadmongo-b28116bafe07a59ef030162c4da90ef4e754f8fd.tar.gz
fix sharding test with local change
-rw-r--r--jstests/sharding/features1.js2
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()