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() {