summaryrefslogtreecommitdiff
path: root/jstests/geo3.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-03-01 13:30:10 -0500
committerEliot Horowitz <eliot@10gen.com>2010-03-01 13:30:10 -0500
commitca2a6d8db0e5396b8f720161fb2438a7725a3def (patch)
tree0b62b350d383197b64e12a32c6f28895de741288 /jstests/geo3.js
parent45d3cfbfcf6176d70f7ea4be7b136eb1213f0c4a (diff)
downloadmongo-ca2a6d8db0e5396b8f720161fb2438a7725a3def.tar.gz
get rid of cursor hack and add test
Diffstat (limited to 'jstests/geo3.js')
-rw-r--r--jstests/geo3.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/geo3.js b/jstests/geo3.js
index 7d93740351f..5d1acbc4c39 100644
--- a/jstests/geo3.js
+++ b/jstests/geo3.js
@@ -70,11 +70,9 @@ assert.gt( filtered1.stats.objectsLoaded , filtered2.stats.objectsLoaded , "C3"
testFiltering( "loc and a" );
-/*
t.dropIndex( { loc : "2d" , a : 1 } )
assert.eq( 1 , t.getIndexKeys().length , "setup 4a" )
t.ensureIndex( { loc : "2d" , b : 1 } )
assert.eq( 2 , t.getIndexKeys().length , "setup 4b" )
testFiltering( "loc and b" );
-*/