0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/jstests/objid5.js

7 lines
108 B
JavaScript
Raw Normal View History

2009-11-23 04:05:46 +01:00
t = db.objid5;
t.drop();
t.save( { _id : 5.5 } );
2009-12-22 05:40:04 +01:00
assert.eq( 18 , Object.bsonsize( t.findOne() ) , "A" );