-
Notifications
You must be signed in to change notification settings - Fork 269
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
added sample service test class #1286
added sample service test class #1286
Conversation
@josephbate can you run |
Oh sorry |
src/main/java/org/openelisglobal/samplehuman/daoimpl/SampleHumanDAOImpl.java
Outdated
Show resolved
Hide resolved
hello moses think i have fixed it |
ihave fixed it |
Pull Requests Requirements
Issue number if applicable.
documentation.
Summary
Screenshots
[Add relevant screenshots here if applicable]
Related Issue
[Add a link to the related issue or mention it here if applicable]
Other
however there is a challenge i faced in
getSamplesForPatient_shouldReturnSamplesForPatient()
where database update operation violates foreign key constraints in both patient and SampleHuman tables which triggers the a PersistenceException is occurring due to a ConstraintViolationException.could you please give me any Suggestion
here's link tothe error: https://pastebin.com/w0DDeLGD
Cc. @mozzy11
[Add any additional information or notes here]