This commit is contained in:
jstaerk
2020-11-26 09:39:47 +01:00
parent 2d4408902c
commit d764fb4784
6 changed files with 71 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ public class LibraryTest extends ResourceCase {
* automatically test the xrechnung
*/
public void testXRValidation() {
File tempFile = new File("../library/target/testout-XR.xml");
File tempFile = new File("../library/target/testout-XR-Edge.xml");
ZUGFeRDValidator zfv = new ZUGFeRDValidator();
String res = zfv.validate(tempFile.getAbsolutePath());