Skip to content

Commit

Permalink
fix of TestStrangeCases: TestUtil.NON_EXISTENT_OID reflected in XML
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Sep 13, 2021
1 parent 69acd2c commit e969655
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<name>Bad resourceRef in construction (lax)</name>
<inducement>
<construction>
<resourceRef oid="8dbaca35-6b64-4d1b-a476-6572726f7221">
<!-- TestUtil.NON_EXISTENT_OID -->
<resourceRef oid="4e4f4e5f-4558-4953-5445-4e545f4f4944">
<referentialIntegrity>lax</referentialIntegrity>
</resourceRef>
<kind>account</kind>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<name>Bad resourceRef in construction</name>
<inducement>
<construction>
<resourceRef oid="8dbaca35-6b64-4d1b-a476-6572726f7221"/>
<!-- TestUtil.NON_EXISTENT_OID -->
<resourceRef oid="4e4f4e5f-4558-4953-5445-4e545f4f4944"/>
<kind>account</kind>
<intent>default</intent>
</construction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<name>Bad resourceRef in construction metarole</name>
<inducement>
<construction>
<resourceRef oid="8dbaca35-6b64-4d1b-a476-6572726f7221"/>
<!-- TestUtil.NON_EXISTENT_OID -->
<resourceRef oid="4e4f4e5f-4558-4953-5445-4e545f4f4944"/>
<kind>generic</kind>
<intent>whatever</intent>
</construction>
Expand Down

0 comments on commit e969655

Please sign in to comment.