Skip to content

Commit

Permalink
Fixed a few functests
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Feb 21, 2024
1 parent 5cea18d commit 91b04de
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ Date: REGEX(.*)
"extraInfo": {
"type": "hash-table",
"origin": "Downloaded",
"compactions": 0,
"expansions": 281,
"compactions": 5,
"expansions": 286,
"hash-table": {
"instanceId": "https://uri.etsi.org/ngsi-ld/instanceId",
"notifiedAt": "https://uri.etsi.org/ngsi-ld/notifiedAt",
Expand Down Expand Up @@ -996,7 +996,7 @@ Link: <http://localhost:7080/jsonldContexts/schema_lab_fiware_org_ld_context.jso
07. Get all contexts from the context cache
===========================================
HTTP/1.1 200 OK
Content-Length: 2000
Content-Length: 2001
Content-Type: application/json
Date: REGEX(.*)

Expand All @@ -1009,8 +1009,8 @@ Date: REGEX(.*)
"extraInfo": {
"type": "hash-table",
"origin": "Downloaded",
"compactions": 0,
"expansions": 281,
"compactions": 10,
"expansions": 291,
"hash-table": {
"instanceId": "https://uri.etsi.org/ngsi-ld/instanceId",
"notifiedAt": "https://uri.etsi.org/ngsi-ld/notifiedAt",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Date: REGEX(.*)
"https://fiware.github.io/NGSI-LD_TestSuite/ldContext/testContext.jsonld"
],
"compactions": 0,
"expansions": 3,
"expansions": 2,
"origin": "Downloaded",
"type": "array"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ bye
07. Get all contexts from the context cache
===========================================
HTTP/1.1 200 OK
Content-Length: 2000
Content-Length: 2001
Content-Type: application/json
Date: REGEX(.*)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Date: REGEX(.*)
"type": "hash-table",
"origin": "Downloaded",
"compactions": 0,
"expansions": 1,
"expansions": 0,
"hash-table": {
"T": "http://example.org/T",
"P1": "http://example.org/P1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Date: REGEX(.*)
"type": "hash-table",
"origin": "Downloaded",
"compactions": 0,
"expansions": 1,
"expansions": 0,
"hash-table": {
"T": "http://example.org/T",
"P1": "http://example.org/P1",
Expand Down

0 comments on commit 91b04de

Please sign in to comment.