corrected filename capitalization for linux builds
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user