Skip to content

Commit

Permalink
Bump CASE and UCO develop pointers
Browse files Browse the repository at this point in the history
A follow-on patch will regenerate Make-managed files.

References:
* ucoProject/UCO#430

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Sep 1, 2022
1 parent 83c948d commit 6f4f70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies/UCO-unstable
Submodule UCO-unstable updated 43 files
+13 −12 ontology/uco/action/action.ttl
+2 −0 ontology/uco/configuration/configuration.ttl
+83 −11 ontology/uco/core/core.ttl
+1 −1 ontology/uco/identity/identity.ttl
+4 −2 ontology/uco/marking/marking.ttl
+206 −182 ontology/uco/observable/observable.ttl
+1 −0 ontology/uco/pattern/pattern.ttl
+10 −6 ontology/uco/tool/tool.ttl
+16 −13 ontology/uco/types/types.ttl
+4 −2 tests/examples/Makefile
+8 −7 tests/examples/action_inheritance_PASS.json
+1 −1 tests/examples/action_inheritance_PASS_validation.ttl
+8 −7 tests/examples/action_inheritance_XFAIL.json
+37 −79 tests/examples/action_inheritance_XFAIL_validation.ttl
+17 −17 tests/examples/action_result_PASS.json
+42 −42 tests/examples/co_PASS.json
+43 −43 tests/examples/co_XFAIL.json
+32 −32 tests/examples/co_XFAIL_validation.ttl
+13 −13 tests/examples/configuration_setting_PASS.json
+10 −10 tests/examples/configuration_setting_XFAIL.json
+5 −5 tests/examples/configuration_setting_XFAIL_validation.ttl
+6 −6 tests/examples/has_facet_inverse_functional_PASS.json
+5 −5 tests/examples/has_facet_inverse_functional_XFAIL.json
+4 −4 tests/examples/has_facet_inverse_functional_XFAIL_validation.ttl
+1 −1 tests/examples/hash_PASS.json
+4 −4 tests/examples/hash_XFAIL.json
+6 −6 tests/examples/hash_XFAIL_validation.ttl
+8 −2 tests/examples/location_PASS.json
+6 −2 tests/examples/location_XFAIL.json
+7 −22 tests/examples/location_XFAIL_validation.ttl
+50 −49 tests/examples/message_thread_PASS.json
+50 −49 tests/examples/message_thread_XFAIL.json
+12 −30 tests/examples/message_thread_XFAIL_validation.ttl
+22 −22 tests/examples/relationship_PASS.json
+40 −40 tests/examples/relationship_XFAIL.json
+12 −12 tests/examples/relationship_XFAIL_validation.ttl
+52 −46 tests/examples/test_validation.py
+11 −11 tests/examples/thread_PASS.json
+24 −24 tests/examples/thread_XFAIL.json
+25 −11 tests/examples/thread_XFAIL_validation.ttl
+26 −0 tests/examples/uco_thing_XFAIL.json
+131 −0 tests/examples/uco_thing_XFAIL_validation.ttl
+48 −1 tests/test_uco_monolithic.py

0 comments on commit 6f4f70a

Please sign in to comment.