Commit 29c87a78 authored by lopezaguilar's avatar lopezaguilar
Browse files

Merge branch 'testsuitedata' of forge.etsi.org:cim/ngsi-ld-test-suite into testsuitedata

parents 92d9a9af f969cb16
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@ Resource ${EXECDIR}/resources/ApiUtils/ContextSourceRegistration.reso
Resource            ${EXECDIR}/resources/AssertionUtils.resource
Resource            ${EXECDIR}/resources/AssertionUtils.resource
Resource            ${EXECDIR}/resources/JsonUtils.resource
Resource            ${EXECDIR}/resources/JsonUtils.resource


Suite Teardown      Delete Created Context Source Registrations
Test Teardown       Delete Created Context Source Registrations
Test Template       Query Context Source Registration Matching Temporal Query
Test Template       Query Context Source Registration Matching Temporal Query




+2 −5
Original line number Original line Diff line number Diff line
@@ -11,11 +11,8 @@
      }
      }
   ],
   ],
   "location":{
   "location":{
      "type":"GeoProperty",
      "value":{
     "type":"Point",
     "type":"Point",
     "coordinates":[-8.521,41.2]
     "coordinates":[-8.521,41.2]
      }
   },
   },
   "endpoint":"http://my.csource.org:1026",
   "endpoint":"http://my.csource.org:1026",
   "@context":[
   "@context":[
+35 −12
Original line number Original line Diff line number Diff line
@@ -6,11 +6,34 @@
         {
         {
         "entities": [
         "entities": [
             {
             {
             "id": "urn:ngsi-ld:Vehicle:A456",
             "type": "Vehicle"
             "type": "Vehicle"
             }
             }
            ]
         ],
         "propertyNames": ["brandName","speed"],
         "relationshipNames": ["isParked"]
         },
         {
         "entities": [
             {
                 "idPattern": ".*downtown$",
                 "type": "OffStreetParking"
             },
             {
                 "idPattern": ".*47$",
                 "type": "OffStreetParking"
             }
         ],
         "propertyNames": ["availableSpotNumber","totalSpotNumber"],
         "relationshipNames": ["isNextToBuilding"]
         }
         }
     ],
     ],
      "endpoint":"http://my.csource.org:1026"
     "endpoint": "http://my.csource.org:1026",
     "location": {
         "type": "Polygon",
         "coordinates": [
             [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0],
             [100.0, 1.0], [100.0, 0.0]] ]
     }
  }
  }
]
]
 No newline at end of file