Moving file alphabetically behind its dependencies which create the file to import

This commit is contained in:
jstaerk
2020-05-18 21:28:47 +02:00
parent fab50303de
commit 45913b5639

View File

@@ -36,10 +36,12 @@ import junit.framework.Test;
import junit.framework.TestSuite; import junit.framework.TestSuite;
/***
@FixMethodOrder(MethodSorters.NAME_ASCENDING) * Classname ZF2ZInvoiceImporterTest is alphabetical behind the tests which will create the file
public class ZF2InvoiceImporterTest extends TestCase { * used for this import, testout-ZF2New.pdf
final String TARGET_PDF = "./target/testout-ZF2new.pdf"; */
public class ZF2ZInvoiceImporterTest extends TestCase {
final String TARGET_PDF = "./target/testout-ZF2New.pdf";
public void testInvoiceImport() { public void testInvoiceImport() {