summaryrefslogtreecommitdiff
path: root/jstests/basicb.js
blob: 0070f70068f9c22f8b5c1fc7cfe6835c9f98845f (plain)
1
2
3
4
5
6
7

t = db.basicb;
t.drop();

assert.throws( "t.insert( { '$a' : 5 } );" );
t.insert( { '$a' : 5 } , 0, true );