diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-01-31 17:22:22 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-01-31 17:22:22 -0500 |
commit | b67533238a3c908ff1760e1a0fe8b6885cedb727 (patch) | |
tree | 9349261d2adc9a0eefea2d9f09f273810eb78195 /jstests/cursor5.js | |
parent | 09bbd0e6c24a789650c02b6dd04f8d0b06d6cac7 (diff) | |
download | mongo-b67533238a3c908ff1760e1a0fe8b6885cedb727.tar.gz |
don't connect explicitly
Diffstat (limited to 'jstests/cursor5.js')
-rw-r--r-- | jstests/cursor5.js | 1 |
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 ); |