mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-08 22:04:45 +00:00
more fix for when no errors found
This commit is contained in:
parent
2139a54a87
commit
b6a3a54d12
@ -38,7 +38,7 @@ public class ValidationEngineTests {
|
|||||||
}
|
}
|
||||||
Assertions.assertEquals(0, e);
|
Assertions.assertEquals(0, e);
|
||||||
Assertions.assertEquals(0, w);
|
Assertions.assertEquals(0, w);
|
||||||
Assertions.assertEquals(0, h);
|
Assertions.assertEquals(1, h);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@ -52,7 +52,7 @@ public class ValidationEngineTests {
|
|||||||
int h = hints(op);
|
int h = hints(op);
|
||||||
Assertions.assertEquals(0, e);
|
Assertions.assertEquals(0, e);
|
||||||
Assertions.assertEquals(0, w);
|
Assertions.assertEquals(0, w);
|
||||||
Assertions.assertEquals(0, h);
|
Assertions.assertEquals(1, h);
|
||||||
if (!TestUtilities.silent)
|
if (!TestUtilities.silent)
|
||||||
System.out.println(" .. done: " + Integer.toString(e) + " errors, " + Integer.toString(w) + " warnings, " + Integer.toString(h) + " information messages");
|
System.out.println(" .. done: " + Integer.toString(e) + " errors, " + Integer.toString(w) + " warnings, " + Integer.toString(h) + " information messages");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user