corrected history, test

This commit is contained in:
Jochen Stärk
2026-04-23 17:46:59 +02:00
parent d0d6d99192
commit 6418c811bc
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
2.23.0 2.23.0 "Bonne Journées de la Facture Électronique"
======= =======
2026-04-23
improved subitem support, support french validation improved subitem support, support french validation
@@ -23,6 +24,7 @@ improved subitem support, support french validation
- #1084 Fix xml description - #1084 Fix xml description
- #1089 Add France schematron ruleset - #1089 Add France schematron ruleset
- reduce possible exceptions in metrics action - reduce possible exceptions in metrics action
- added Extended-CTC-FR profile to selection for command line
2.22.0 2.22.0
======= =======

View File

@@ -393,7 +393,7 @@ public class ZF2ZInvoiceImporterTest extends ResourceCase {
int version=-1; int version=-1;
try { try {
zii.fromXML(new String(Files.readAllBytes(Paths.get("C:\\Users\\jstaerk\\workspace\\XMLExamples\\zfdiverses\\20260423\\EXTENDED_Fremdwaehrung_wdis_fx.pdf")), StandardCharsets.UTF_8)); zii.fromXML(new String(Files.readAllBytes(Paths.get("./target/testout-XR-Edge.xml")), StandardCharsets.UTF_8));
version=zii.getVersion(); version=zii.getVersion();
} catch (IOException e) { } catch (IOException e) {
hasExceptions = true; hasExceptions = true;