corrected filename capitalization for linux builds

This commit is contained in:
jstaerk
2023-03-06 15:45:28 +01:00
parent de3392223b
commit bad94911d9

View File

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