0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

fix test #2

This commit is contained in:
Eliot Horowitz 2011-04-25 00:31:37 -04:00
parent 372fb80637
commit 9a3d756d9f

View File

@ -1,6 +1,6 @@
myShardingTest = new ShardingTest( "sharding_passthrough" , 2 , 1 , 1 );
myShardingTest.adminCommand( { enablesharding : "test" } );
db=s.getDB("test");
db=myShardingTest.getDB("test");
var files = listFiles("jstests");