From 45913b563937a70ead0c7a2dd3aaf1b7ef0cf96e Mon Sep 17 00:00:00 2001 From: jstaerk Date: Mon, 18 May 2020 21:28:47 +0200 Subject: [PATCH] Moving file alphabetically behind its dependencies which create the file to import --- ...eImporterTest.java => ZF2ZInvoiceImporterTest.java} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename libraryBasic/src/test/java/org/mustangproject/ZUGFeRD/{ZF2InvoiceImporterTest.java => ZF2ZInvoiceImporterTest.java} (85%) diff --git a/libraryBasic/src/test/java/org/mustangproject/ZUGFeRD/ZF2InvoiceImporterTest.java b/libraryBasic/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java similarity index 85% rename from libraryBasic/src/test/java/org/mustangproject/ZUGFeRD/ZF2InvoiceImporterTest.java rename to libraryBasic/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java index 26098f4e..674766be 100644 --- a/libraryBasic/src/test/java/org/mustangproject/ZUGFeRD/ZF2InvoiceImporterTest.java +++ b/libraryBasic/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java @@ -36,10 +36,12 @@ import junit.framework.Test; import junit.framework.TestSuite; - -@FixMethodOrder(MethodSorters.NAME_ASCENDING) -public class ZF2InvoiceImporterTest extends TestCase { - final String TARGET_PDF = "./target/testout-ZF2new.pdf"; +/*** + * Classname ZF2ZInvoiceImporterTest is alphabetical behind the tests which will create the file + * used for this import, testout-ZF2New.pdf + */ +public class ZF2ZInvoiceImporterTest extends TestCase { + final String TARGET_PDF = "./target/testout-ZF2New.pdf"; public void testInvoiceImport() {