summaryrefslogtreecommitdiff
path: root/jstests/cursor5.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-01-31 17:22:22 -0500
committerEliot Horowitz <eliot@10gen.com>2009-01-31 17:22:22 -0500
commitb67533238a3c908ff1760e1a0fe8b6885cedb727 (patch)
tree9349261d2adc9a0eefea2d9f09f273810eb78195 /jstests/cursor5.js
parent09bbd0e6c24a789650c02b6dd04f8d0b06d6cac7 (diff)
downloadmongo-b67533238a3c908ff1760e1a0fe8b6885cedb727.tar.gz
don't connect explicitly
Diffstat (limited to 'jstests/cursor5.js')
-rw-r--r--jstests/cursor5.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/cursor5.js b/jstests/cursor5.js
index 980cf8da735..8c13b64f5b5 100644
--- a/jstests/cursor5.js
+++ b/jstests/cursor5.js
@@ -33,5 +33,4 @@ function testBoundsWithSubobjectIndexes( db ) {
checkResults( [ z[ 3 ], z[ 1 ] ], r.find( { e: { $gt: 4 }, "a.b": 1 } ).sort( rIdx ) );
}
-db = connect( "test" );
testBoundsWithSubobjectIndexes( db );