summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-02-06 17:16:28 -0500
committerAaron <aaron@10gen.com>2009-02-06 17:16:28 -0500
commit3504f3249c62d205d66aab2f714d1bc06b4a0934 (patch)
treef03c123b52190eba10ca39404696380e3d806a12 /jstests
parent3ecc0eb11416613e353635c209dc565c0d47e629 (diff)
downloadmongo-3504f3249c62d205d66aab2f714d1bc06b4a0934.tar.gz
dbshell support for field spec with count
Diffstat (limited to 'jstests')
-rw-r--r--jstests/cursor2.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/cursor2.js b/jstests/cursor2.js
index ecafa59c75d..2389a6a5d74 100644
--- a/jstests/cursor2.js
+++ b/jstests/cursor2.js
@@ -6,10 +6,6 @@
*/
function testCursorCountVsArrLen(dbConn) {
- // uncomment when BUG 884 is fixed
- print("ed/db/cursor2.js:testCursorCountVsArrLen() - not run - BUG 884");
- return;
-
var coll = dbConn.ed_db_cursor2_ccvsal;
coll.drop();