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