From 747b8ca6ba88ff0f87f6179a0e0989369937efc9 Mon Sep 17 00:00:00 2001 From: jstaerk Date: Mon, 11 Nov 2024 16:19:38 +0100 Subject: [PATCH] activated the test --- .../org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java b/library/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java index db7256cf..5cf44d86 100644 --- a/library/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java +++ b/library/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java @@ -416,7 +416,7 @@ public void testEEISI_300_cii_Import() throws XPathExpressionException, ParseExc /* Seller contact point +41 345 654455 - seller@contact.de);* + seller@contact.de);*/ } catch (XPathExpressionException | ParseException e) { hasExceptions = true; } catch (JsonProcessingException e) { @@ -428,6 +428,6 @@ public void testEEISI_300_cii_Import() throws XPathExpressionException, ParseExc assertEquals(new BigDecimal("205.00"), tc.getGrandTotal()); } -*/ + }