summaryrefslogtreecommitdiff
path: root/jstests/slowWeekly
diff options
context:
space:
mode:
authorgregs <greg@10gen.com>2011-05-11 13:39:11 -0400
committergregs <greg@10gen.com>2011-05-11 13:41:46 -0400
commit844f88f7cd5c34f95943d3a423409f30122c3330 (patch)
treed190e791a9dbce930d2d7ab77ac3474ddce440a2 /jstests/slowWeekly
parente11576cc8680adb4123deb759bd9b41ff1408691 (diff)
downloadmongo-844f88f7cd5c34f95943d3a423409f30122c3330.tar.gz
use 2d index for exact matches too - SERVER-2968
Diffstat (limited to 'jstests/slowWeekly')
-rw-r--r--jstests/slowWeekly/geo_full.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/slowWeekly/geo_full.js b/jstests/slowWeekly/geo_full.js
index 3b488fd98d1..ab8715be6a6 100644
--- a/jstests/slowWeekly/geo_full.js
+++ b/jstests/slowWeekly/geo_full.js
@@ -360,8 +360,8 @@ for ( var test = 0; test < numTests; test++ ) {
// exact
- // print( "Exact query..." )
- // assert.eq( results.exact.docsIn, t.find( { "locs.loc" : randLocType( query.exact ), "exact.docIn" : randYesQuery() } ).count() )
+ print( "Exact query..." )
+ assert.eq( results.exact.docsIn, t.find( { "locs.loc" : randLocType( query.exact ), "exact.docIn" : randYesQuery() } ).count() )
// $center
print( "Center query..." )