File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
rocrate_validator/profiles/five-safes-crate/may
tests/integration/profiles/five-safes-crate Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ five-safes-crate:SignOffPhaseStartTime
5353 sh:maxCount 1 ;
5454 sh:pattern " ^[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}([.|,][0-9]+)?(Z|z|[+-][0-9]{2}:[0-9]{2})$" ;
5555 sh:severity sh:Info ;
56- sh:description " Sign Off object MAY have a startTime property if action is active, completed or failed. This must follow ISO-8601 syntax " ;
57- sh:message " Sign Off object MAY have a startTime property if action is active, completed or failed. This must follow ISO-8601 syntax " ;
56+ sh:description " Sign Off object MAY have a startTime property if action is active, completed or failed." ;
57+ sh:message " Sign Off object MAY have a startTime property if action is active, completed or failed." ;
5858 ] .
Original file line number Diff line number Diff line change @@ -207,7 +207,6 @@ def test_5src_signoff_phase_no_endtime():
207207 expected_triggered_requirements = ["SignOffPhaseEndTime" ],
208208 expected_triggered_issues = [
209209 "Sign Off object SHOULD have endTime property if action completed or failed."
210- + " This must follow ISO-8601 syntax"
211210 ],
212211 profile_identifier = "five-safes-crate" ,
213212 rocrate_entity_mod_sparql = sparql ,
@@ -277,7 +276,6 @@ def test_5src_signoff_phase_no_starttime():
277276 expected_triggered_requirements = ["SignOffPhaseStartTime" ],
278277 expected_triggered_issues = [
279278 "Sign Off object MAY have a startTime property if action is active, completed or failed."
280- + " This must follow ISO-8601 syntax"
281279 ],
282280 profile_identifier = "five-safes-crate" ,
283281 rocrate_entity_mod_sparql = sparql ,
You can’t perform that action at this time.
0 commit comments