mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-06 11:29:30 +00:00
fix failing tests
This commit is contained in:
parent
637d0a26cc
commit
fbfe50d3e6
@ -97,7 +97,7 @@ public class TestInstanceGenerationTester {
|
||||
|
||||
for (String name : Utilities.strings("Patient-1.json", "Encounter-1.json", "MedicationStatement-1.json", "Observation-bp-1.json", "Observation-weight-1.json")) {
|
||||
String diff = new CompareUtilities(null, null).checkJsonSrcIsSame(name, TextFile.fileToString(Utilities.path(output, name)), TextFile.fileToString(Utilities.path(expected, name)), false);
|
||||
Assertions.assertNull(diff);
|
||||
Assertions.assertNull(diff, "unexpcted difference for "+name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -89,6 +89,9 @@ public class ValidatorCliTests {
|
||||
@Spy
|
||||
TxPackTask txPackTask;
|
||||
|
||||
@Spy
|
||||
InstanceFactoryTask instanceFactoryTask;
|
||||
|
||||
@Spy
|
||||
ScanTask scanTask = new ScanTask() {
|
||||
@Override
|
||||
@ -126,6 +129,7 @@ public class ValidatorCliTests {
|
||||
versionTask,
|
||||
codeGenTask,
|
||||
txPackTask,
|
||||
instanceFactoryTask,
|
||||
//validate is the default
|
||||
validateTask
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user