@@ -77,7 +77,6 @@ class DiagnosticReportMapperTest {
7777 private static final String INPUT_JSON_MULTIPLE_CODED_DIAGNOSIS = "diagnostic-report-with-multiple-coded-diagnosis.json" ;
7878 private static final String INPUT_JSON_EXTENSION_ID = "diagnostic-report-with-extension-id.json" ;
7979 private static final String INPUT_JSON_URN_OID_EXTENSION_ID = "diagnostic-report-with-urn-oid-extension-id.json" ;
80- private static final String INPUT_JSON_UNRELATED_TEST_RESULT = "diagnostic-report-with-one-specimen-and-one-unrelated-observation.json" ;
8180
8281 private static final String OUTPUT_XML_REQUIRED_DATA = "diagnostic-report-with-required-data.xml" ;
8382 private static final String OUTPUT_XML_STATUS_NARRATIVE = "diagnostic-report-with-status-narrative.xml" ;
@@ -89,7 +88,6 @@ class DiagnosticReportMapperTest {
8988 private static final String OUTPUT_XML_MULTIPLE_CODED_DIAGNOSIS = "diagnostic-report-with-multiple-coded-diagnosis.xml" ;
9089 private static final String OUTPUT_XML_EXTENSION_ID = "diagnostic-report-with-extension-id.xml" ;
9190 private static final String OUTPUT_XML_MULTIPLE_RESULTS = "diagnostic-report-with-multiple-results.xml" ;
92- private static final String OUTPUT_XML_UNRELATED_TEST_RESULT = "diagnostic-report-with-one-specimen-and-one-unrelated-observation.xml" ;
9391
9492 @ Mock
9593 private CodeableConceptCdMapper codeableConceptCdMapper ;
@@ -357,8 +355,7 @@ private static Stream<Arguments> resourceFileParams() {
357355 Arguments .of (INPUT_JSON_CODED_DIAGNOSIS , OUTPUT_XML_CODED_DIAGNOSIS ),
358356 Arguments .of (INPUT_JSON_MULTIPLE_CODED_DIAGNOSIS , OUTPUT_XML_MULTIPLE_CODED_DIAGNOSIS ),
359357 Arguments .of (INPUT_JSON_EXTENSION_ID , OUTPUT_XML_EXTENSION_ID ),
360- Arguments .of (INPUT_JSON_URN_OID_EXTENSION_ID , OUTPUT_XML_EXTENSION_ID ),
361- Arguments .of (INPUT_JSON_UNRELATED_TEST_RESULT , OUTPUT_XML_UNRELATED_TEST_RESULT )
358+ Arguments .of (INPUT_JSON_URN_OID_EXTENSION_ID , OUTPUT_XML_EXTENSION_ID )
362359 );
363360 }
364361
0 commit comments