Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
|
|
t = db.basicb;
|
|
t.drop();
|
|
|
|
assert.throws( function() { t.insert( { '$a' : 5 } ); });
|
|
|