Skip to content

Commit

Permalink
fix up multiple inheritance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Sep 5, 2023
1 parent 63b1b52 commit 0d89b44
Show file tree
Hide file tree
Showing 3 changed files with 5,355 additions and 37 deletions.
4 changes: 3 additions & 1 deletion r5/snapshot-generation/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,7 @@
<test gen="true" id="profile-patient-op3" debug="true" register="profile-patient-op-base-input,profile-patient-op1,profile-patient-op2,profile-patient-op2a"
description="Test Obligation Profile generation"/>
<test gen="true" id="reslicing-profile" debug="true" description="Bug: pattern value was getting lost"/>
<test gen="true" id="mi-derived" description="A simple case of refining a profile further" register="mi-defn-base, mi-defn-derived, mi-use-base"/>
<test gen="true" id="mi-use-derived" description="A simple case of refining a profile further" register="mi-defn-base,mi-defn-derived,mi-use-base"/>
<test gen="true" id="mi-use-distinct" fail="true" reason="invalid constrained type Reference from Reference in http://hl7.org/fhir/test/StructureDefinition/mi-use-distinct" description="An illegal constraint, won't build" register="mi-defn-base,mi-defn-distinct,mi-use-base"/>
<test gen="true" id="mi-use-imposed" description="The profile is refined further *using the imposeProfile* extension" register="mi-defn-base,mi-defn-imposed,mi-use-base"/>
</snapshot-generation-tests>
Loading

0 comments on commit 0d89b44

Please sign in to comment.