summaryrefslogtreecommitdiff
path: root/jstests/geo_s2holesameasshell.js
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2013-01-22 13:11:41 -0500
committerHari Khalsa <hkhalsa@10gen.com>2013-01-22 13:11:41 -0500
commitef98f5a893921c0c1ceb5e7a7341492d269ff4f0 (patch)
tree059b1b998c75dbcfb3e374c06ee29f87a07daacc /jstests/geo_s2holesameasshell.js
parent2abfcc79152f38c0c1557298b6ae240bb477967f (diff)
downloadmongo-ef98f5a893921c0c1ceb5e7a7341492d269ff4f0.tar.gz
add comments to some jstests
Diffstat (limited to 'jstests/geo_s2holesameasshell.js')
-rw-r--r--jstests/geo_s2holesameasshell.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/geo_s2holesameasshell.js b/jstests/geo_s2holesameasshell.js
index 96d78eaad02..7b752520613 100644
--- a/jstests/geo_s2holesameasshell.js
+++ b/jstests/geo_s2holesameasshell.js
@@ -1,3 +1,4 @@
+// If polygons have holes, the holes cannot be equal to the entire geometry.
var t = db.geo_s2holessameasshell
t.drop();
t.ensureIndex({geo: "2dsphere"});