-
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -416,7 +416,7 @@ public void testEEISI_300_cii_Import() throws XPathExpressionException, ParseExc | |
/* | ||
<cbc:Name>Seller contact point</cbc:Name> | ||
<cbc:Telephone>+41 345 654455</cbc:Telephone> | ||
<cbc:ElectronicMail>[email protected]);* | ||
<cbc:ElectronicMail>[email protected]);*/ | ||
} 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()); | ||
|
||
} | ||
*/ | ||
|
||
|
||
} |