mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
13 lines
279 B
JavaScript
13 lines
279 B
JavaScript
// this tests all points using $near
|
|
load("jstests/libs/geo_near_random.js");
|
|
|
|
var test = new GeoNearRandomTest("geo_near_random1");
|
|
|
|
test.insertPts(50);
|
|
|
|
test.testPt([0,0]);
|
|
test.testPt(test.mkPt());
|
|
test.testPt(test.mkPt());
|
|
test.testPt(test.mkPt());
|
|
test.testPt(test.mkPt());
|