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

TRUNK-3974 fix ConceptNumerix(concept) inncorrectly copies collecitions #294

Closed
wants to merge 1 commit into from
Closed

Conversation

@dkayiwa
Copy link
Member

dkayiwa commented May 1, 2013

Can you squash these commits into one?

@ghost
Copy link
Author

ghost commented May 1, 2013

Done,definitely i have to know git better ;/


for (ConceptAnswer cAnswer : cn.getAnswers()) {
Assert.assertSame(cn, cAnswer.getConcept());
Assert.assertNotSame(c, cAnswer.getConcept());
Copy link
Member

Choose a reason for hiding this comment

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

It is pointless to add the second assertion, it can never fail if the first passed because c and cn are already different objects, makes sense?

@dkayiwa
Copy link
Member

dkayiwa commented Jan 23, 2014

Closing because author abandoned it.

@dkayiwa dkayiwa closed this Jan 23, 2014
RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants