Skip to content

Commit

Permalink
Merge branch 'refs/heads/fix-constant-tests' into aehrc-master
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Jun 28, 2024
2 parents 1b3002c + 249c1a2 commit e293ed9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/constant_types.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "constant types",
"title": "constant_types",
"description": "tests for all types of constants",
"resources": [
{
Expand Down Expand Up @@ -429,7 +429,7 @@
"constant": [
{
"name": "id_time",
"valueDate": "2016-11-12"
"valueDateTime": "2016-11-12"
}
],
"select": [
Expand All @@ -442,7 +442,7 @@
},
{
"name": "bool",
"path": "identified.ofType(DateTime) = %id_time",
"path": "identified.ofType(dateTime) = %id_time",
"type": "boolean"
}
]
Expand Down Expand Up @@ -523,7 +523,7 @@
"constant": [
{
"name": "id",
"valueUuid": "id1"
"valueId": "id1"
}
],
"select": [
Expand Down Expand Up @@ -603,7 +603,7 @@
},
{
"name": "bool",
"path": "effective.ofType(Instant) = %eff",
"path": "effective.ofType(instant) = %eff",
"type": "boolean"
}
]
Expand Down Expand Up @@ -641,7 +641,7 @@
"constant": [
{
"name": "oid",
"valueUrl": "urn:oid:1.0"
"valueOid": "urn:oid:1.0"
}
],
"select": [
Expand Down Expand Up @@ -764,7 +764,7 @@
},
{
"name": "bool",
"path": "value.ofType(Time) = %t",
"path": "value.ofType(time) = %t",
"type": "boolean"
}
]
Expand Down

0 comments on commit e293ed9

Please sign in to comment.