mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 02:15:22 +00:00
@Test annotation was missed
This commit is contained in:
parent
328f74ead1
commit
cce62ec3dc
@ -71,6 +71,7 @@ public class XmlParserDstu3Test {
|
||||
ourCtx.setNarrativeGenerator(null);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testEncodedResourceWithIncorrectRepresentationOfDecimalTypeToXml() {
|
||||
DecimalType decimalType = new DecimalType();
|
||||
decimalType.setValueAsString(".5");
|
||||
|
Loading…
x
Reference in New Issue
Block a user