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:
parent
8dbbef7267
commit
25add7b27d
@ -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() );
|
||||
|
Loading…
Reference in New Issue
Block a user