Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SERVER-7186 Fixed unittest impacted by previous commit.
  • Loading branch information
Alberto Lerner committed Oct 12, 2012
1 parent 9ce8c9f commit dbaff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/dbtests/updatetests.cpp
Expand Up @@ -935,7 +935,7 @@ namespace UpdateTests {
ModSet modSet( mod );
auto_ptr<ModSetState> modSetState = modSet.prepare( obj );
modSetState->createNewFromMods();
ASSERT_EQUALS( BSON( "$set" << BSON( "a" << BSON_ARRAY( 1 ) ) ),
ASSERT_EQUALS( BSON( "$set" << BSON( "a.0" << 1 ) ),
modSetState->getOpLogRewrite() );
}
};
Expand Down

0 comments on commit dbaff09

Please sign in to comment.