From 2963afa010e75bb8bc3c20150c06c5779121077d Mon Sep 17 00:00:00 2001 From: zmiao Date: Fri, 7 Feb 2020 15:34:01 +0200 Subject: Add support for expression test Fix polygon within algorithm Add Unit tests Fix incorrect metrics folder for ios-render-test-runner job --- test/fixtures/expression_equality/within.a.json | 4 ++++ test/fixtures/expression_equality/within.b.json | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 test/fixtures/expression_equality/within.a.json create mode 100644 test/fixtures/expression_equality/within.b.json (limited to 'test/fixtures/expression_equality') diff --git a/test/fixtures/expression_equality/within.a.json b/test/fixtures/expression_equality/within.a.json new file mode 100644 index 0000000000..c982681537 --- /dev/null +++ b/test/fixtures/expression_equality/within.a.json @@ -0,0 +1,4 @@ +["within", { + "type": "Polygon", + "coordinates": [[[0, 0], [0, 5], [5, 5], [5, 0], [0, 0]]] + }] \ No newline at end of file diff --git a/test/fixtures/expression_equality/within.b.json b/test/fixtures/expression_equality/within.b.json new file mode 100644 index 0000000000..e5805c93a1 --- /dev/null +++ b/test/fixtures/expression_equality/within.b.json @@ -0,0 +1,4 @@ +["within", { + "type": "Polygon", + "coordinates": [[[0, 0], [0, 6], [5, 5], [5, 0], [0, 0]]] + }] \ No newline at end of file -- cgit v1.2.1