diff options
author | Aaron <aaron@10gen.com> | 2011-04-26 00:15:14 -0700 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2011-04-26 00:15:14 -0700 |
commit | ef0cae716fe0a1433ec7531ffa1a4f746d8336c4 (patch) | |
tree | ab92156a188a88a2d013b938a498520aae35a19c /jstests/delx.js | |
parent | c46900cf81ec39d5ae8f52e5a7daa322118647f9 (diff) | |
download | mongo-ef0cae716fe0a1433ec7531ffa1a4f746d8336c4.tar.gz |
SERVER-2998 workarounds
Diffstat (limited to 'jstests/delx.js')
-rw-r--r-- | jstests/delx.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/delx.js b/jstests/delx.js index 3f8c88c1648..aa858e92cbd 100644 --- a/jstests/delx.js +++ b/jstests/delx.js @@ -23,6 +23,7 @@ x.next(); y.next(); a.foo.remove( { _id : { $gt : 50 } } ); +db.getLastError(); assert.eq( 51 , a.foo.find().itcount() , "B1" ) assert.eq( 100 , b.foo.find().itcount() , "B2" ) |