summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2011-08-23 17:31:41 -0700
committerAaron <aaron@10gen.com>2011-08-23 17:31:48 -0700
commitae17b51c4a5425b8c901b41afd466b768e006a57 (patch)
treec7e4205a78c60f4924fadc2f7dc256d270501071
parent5940dfb327ad73dffe8bbf01ff96a36a562648c7 (diff)
downloadmongo-ae17b51c4a5425b8c901b41afd466b768e006a57.tar.gz
jsTestName seems not to work in all test contexts and was causing parallel test failures in buildbot
-rw-r--r--jstests/geo_poly_edge.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/geo_poly_edge.js b/jstests/geo_poly_edge.js
index 0f0619b17ae..5698ef9e547 100644
--- a/jstests/geo_poly_edge.js
+++ b/jstests/geo_poly_edge.js
@@ -2,7 +2,7 @@
// Tests polygon edge cases
//
-var coll = db.getCollection( jsTestName() )
+var coll = db.getCollection( 'jstests_geo_poly_edge' )
coll.ensureIndex({ loc : "2d" })