Files
mongo/jstests/error4.js

8 lines
127 B
JavaScript
Raw Normal View History

2009-12-28 17:12:49 -05:00
t = db.error4;
t.drop()
t.insert( { _id : 1 } )
t.insert( { _id : 1 } )
assert.eq( 11000 , db.getLastErrorCmd().code , "A" )