diff --git a/library/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java b/library/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java
index 3472af79..05a0387c 100644
--- a/library/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java
+++ b/library/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java
@@ -392,7 +392,7 @@ public class ZF2ZInvoiceImporterTest extends ResourceCase {
/*
this would test if for all elements/attributes
- */
+ *
public void testEEISI_300_cii_Import() throws XPathExpressionException, ParseException {
boolean hasExceptions = false;
@@ -433,7 +433,7 @@ this would test if for all elements/attributes
/*
Seller contact point
+41 345 654455
- seller@contact.de);*/
+ seller@contact.de);*
} catch (XPathExpressionException | ParseException e) {
hasExceptions = true;
} catch (JsonProcessingException e) {
@@ -445,7 +445,7 @@ this would test if for all elements/attributes
// assertEquals(new BigDecimal("205.00"), tc.getGrandTotal());
}
-
+*/
@Test
public void testImportPrepaid() throws XPathExpressionException, ParseException {
InputStream inputStream = this.getClass()