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

fix mongos test

This commit is contained in:
Eliot Horowitz 2010-04-07 10:15:34 -04:00
parent 8dbbef7267
commit 25add7b27d

View File

@ -551,7 +551,7 @@ namespace mongo {
a << "abc.foo" << fromjson( "{ 'key' : { 'a' : 1 } , 'unique' : false }" );
a << "abc.bar" << fromjson( "{ 'key' : { 'kb' : -1 } , 'unique' : true }" );
b.appendArray( "sharded" , a.obj() );
b.append( "sharded" , a.obj() );
DBConfig c;
testInOut( c , b.obj() );