Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
|
|
t = db.update_invalid1
|
|
t.drop()
|
|
|
|
t.update( { _id : 5 } , { $set : { $inc : { x : 5 } } } , true );
|
|
assert.eq( 0 , t.count() , "A1" );
|