Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8bd715d9 authored by Alexandre Pocinho's avatar Alexandre Pocinho
Browse files

Correct TU that was excepted as failed before but now should be passed

parent c49dc124
No related branches found
No related tags found
1 merge request!68[HLVAL-481] Wrong validation constraints in [eHDSI HL7v3] - Identification...
Pipeline #1119079 failed
...@@ -181,7 +181,7 @@ public class GVTValidatorTest { ...@@ -181,7 +181,7 @@ public class GVTValidatorTest {
@Test @Test
public void testGVTValidationNoCodeErrorCase() throws Exception { public void testGVTValidationNoCodeErrorCase() throws Exception {
String message = getResourceFileAsString(PATH_TO_ZAM_NO_CODE_ERROR_MESSAGE); String message = getResourceFileAsString(PATH_TO_ZAM_NO_CODE_ERROR_MESSAGE);
testGVTValidation(PATHPROFILE_CISIS, message, FAILED_STATUS); testGVTValidation(PATHPROFILE_CISIS, message, PASSED_STATUS);
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment