You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by sk...@apache.org on 2022/09/23 02:53:42 UTC

[incubator-sdap-nexus] branch feature/SDAP-402 updated: test data update to fix matchup test

This is an automated email from the ASF dual-hosted git repository.

skperez pushed a commit to branch feature/SDAP-402
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/feature/SDAP-402 by this push:
     new 3194930  test data update to fix matchup test
3194930 is described below

commit 31949307418dd5c863f98ea54e3292c4c033d4d1
Author: skorper <st...@gmail.com>
AuthorDate: Thu Sep 22 19:53:26 2022 -0700

    test data update to fix matchup test
---
 analysis/tests/data/edge_response.json | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/analysis/tests/data/edge_response.json b/analysis/tests/data/edge_response.json
index 99be82d..17ee094 100644
--- a/analysis/tests/data/edge_response.json
+++ b/analysis/tests/data/edge_response.json
@@ -1,23 +1,38 @@
 {
-  "totalResults": 3,
+  "total": 3,
   "results": [
     {
       "point": "Point(5.0 15.0)",
+      "longitude": 5.0,
+      "latitude": 15.0,
       "time": 1595954285,
       "sea_water_temperature": 10.0,
-      "id": 1234
+      "id": 1234,
+      "platform": {
+          "code": "30"
+      }
     },
     {
       "point": "Point(10.0 10.0)",
+      "longitude": 10.0,
+      "latitude": 10.0,
       "time": 1595954286,
       "sea_water_temperature": 20.0,
-      "id": 1235
+      "id": 1235,
+      "platform": {
+          "code": "30"
+      }
     },
     {
       "point": "Point(18.0 3.0)",
+      "longitude": 18.0,
+      "latitude": 3.0,
       "time": 1595954287,
       "sea_water_temperature": 30.0,
-      "id": 1236
+      "id": 1236,
+      "platform": {
+          "code": "30"
+      }
     }
   ]
 }