Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
5 lines
210 B
JavaScript
5 lines
210 B
JavaScript
t = db.jstests_evale;
|
|
t.drop();
|
|
|
|
db.eval( function() { return db.jstests_evale.count( { $where:function() { return true; } } ) } );
|
|
db.eval( "db.jstests_evale.count( { $where:function() { return true; } } )" ); |