Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SO-4724 Selective language refset member inactivation bug #781

Closed

Conversation

AAAlinaaa
Copy link
Contributor

No description provided.

@AAAlinaaa AAAlinaaa self-assigned this Mar 22, 2021
updateComponent(branchPath, SnomedComponentType.DESCRIPTION, descriptionId, inactivateRequestBody).statusCode(204);
SnomedDescription description = getComponent(branchPath, SnomedComponentType.DESCRIPTION, descriptionId, "members()")
.extract().as(SnomedDescription.class);
assertTrue(description.getAcceptabilityMap().containsKey(Concepts.REFSET_LANGUAGE_TYPE_US));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would also validate that the description is indeed inactive, plus the UK language refset member is inactive and the US language refset member is still active, otherwise this test does not cover the code changes in the change processor class.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, it is sort of covered, but the status of the language refset members is the key point here

@AAAlinaaa AAAlinaaa closed this Mar 24, 2021
@AAAlinaaa
Copy link
Contributor Author

Closed as there is no need for selective language refset member inactivation.

@AAAlinaaa AAAlinaaa deleted the isssue/SO-4724-selective_rlr_member_inactivation_bug branch March 24, 2021 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants