@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…
Reference in New Issue