1 2 3 4 5 6 7
t = db.basicb; t.drop(); assert.throws( "t.insert( { '$a' : 5 } );" ); t.insert( { '$a' : 5 } , true );