activated the test

This commit is contained in:
jstaerk
2024-11-11 16:19:38 +01:00
parent d8ba834705
commit 747b8ca6ba

View File

@@ -416,7 +416,7 @@ this would test if for all elements/attributes
/* /*
<cbc:Name>Seller contact point</cbc:Name> <cbc:Name>Seller contact point</cbc:Name>
<cbc:Telephone>+41 345 654455</cbc:Telephone> <cbc:Telephone>+41 345 654455</cbc:Telephone>
<cbc:ElectronicMail>seller@contact.de);* <cbc:ElectronicMail>seller@contact.de);*/
} catch (XPathExpressionException | ParseException e) { } catch (XPathExpressionException | ParseException e) {
hasExceptions = true; hasExceptions = true;
} catch (JsonProcessingException e) { } catch (JsonProcessingException e) {
@@ -428,6 +428,6 @@ this would test if for all elements/attributes
assertEquals(new BigDecimal("205.00"), tc.getGrandTotal()); assertEquals(new BigDecimal("205.00"), tc.getGrandTotal());
} }
*/
} }