corrected history, test
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -23,6 +24,7 @@ improved subitem support, support french validation
|
||||
- #1084 Fix xml description
|
||||
- #1089 Add France schematron ruleset
|
||||
- reduce possible exceptions in metrics action
|
||||
- added Extended-CTC-FR profile to selection for command line
|
||||
|
||||
2.22.0
|
||||
=======
|
||||
|
||||
@@ -393,7 +393,7 @@ public class ZF2ZInvoiceImporterTest extends ResourceCase {
|
||||
|
||||
int version=-1;
|
||||
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();
|
||||
} catch (IOException e) {
|
||||
hasExceptions = true;
|
||||
|
||||
Reference in New Issue
Block a user