@Test annotation was missed

This commit is contained in:
Ruslan_Zinovyev 2020-04-06 11:49:12 -04:00
parent 328f74ead1
commit cce62ec3dc
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ public class XmlParserDstu3Test {
ourCtx.setNarrativeGenerator(null);
}
@Test
public void testEncodedResourceWithIncorrectRepresentationOfDecimalTypeToXml() {
DecimalType decimalType = new DecimalType();
decimalType.setValueAsString(".5");