Skip to content

Commit

Permalink
Merge pull request #5932 from cmgrote/cts
Browse files Browse the repository at this point in the history
Cts
  • Loading branch information
cmgrote authored Nov 17, 2021
2 parents f6f0d2e + ddbb6e7 commit 7051c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,8 @@ private void getlinkingEntities() throws Exception

super.addNotSupportedAssertion(assertion16,
assertionMsg16,
RepositoryConformanceProfileRequirement.CONNECTED_ENTITIES.getProfileId(),
RepositoryConformanceProfileRequirement.CONNECTED_ENTITIES.getRequirementId());
RepositoryConformanceProfileRequirement.LINKED_ENTITIES.getProfileId(),
RepositoryConformanceProfileRequirement.LINKED_ENTITIES.getRequirementId());

return;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ public class TestSupportedRelationshipReferenceCopyLifecycle extends RepositoryC
private static final String assertion17 = testCaseId + "-17";
private static final String assertionMsg17 = " reference relationship re-homed.";
private static final String assertion18 = testCaseId + "-18";
private static final String assertionMsg18 = " rehomed master entity has been retrieved.";
private static final String assertionMsg18 = " rehomed master relationship has been retrieved.";
private static final String assertion19 = testCaseId + "-19";
private static final String assertionMsg19 = " rehomed master entity has correct home metadataCollectionId.";
private static final String assertionMsg19 = " rehomed master relationship has correct home metadataCollectionId.";

private static final String assertion100 = testCaseId + "-100";
private static final String assertionMsg100 = " reference relationship re-homed.";
Expand Down

0 comments on commit 7051c0b

Please sign in to comment.