tests passing for 1.4.0 release

This commit is contained in:
Jochen Staerk
2017-05-11 14:23:11 +02:00
parent 068338176f
commit b30aaf751f
7 changed files with 3 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ public class ZUGFeRDExporter implements Closeable {
// // MAIN CLASS
private String conformanceLevel = "U";
private String versionStr = "1.3.0";
private String versionStr = "1.4.0";
// BASIC, COMFORT etc - may be set from outside.
private String ZUGFeRDConformanceLevel = null;

View File

@@ -128,7 +128,7 @@ public class MustangReaderWriterTest extends TestCase implements IZUGFeRDExporta
public IZUGFeRDExportableItem[] getZFItems()
{
Item[] allItems = new Item[3];
Product designProduct = new Product("", "Künstlerische Gestaltung (Stunde)", "HUR", new BigDecimal("7.000000"));
Product designProduct = new Product("", "Künstlerische Gestaltung (Stunde): Einer Beispielrechnung", "HUR", new BigDecimal("7.000000"));
Product balloonProduct = new Product("", "Luftballon: Bunt, ca. 500ml", "C62", new BigDecimal("19.000000"));
Product airProduct = new Product("", "Heiße Luft pro Liter", "LTR", new BigDecimal("19.000000"));
@@ -353,7 +353,7 @@ public class MustangReaderWriterTest extends TestCase implements IZUGFeRDExporta
// //////// TESTS //////////////////////////////////////////////////////////////////////////////////////////
/**
* The importer test imports from ./src/test/MustangGnuaccountingBeispielRE-20151008_504.pdf to check the values.
* The importer test imports from ./src/test/MustangGnuaccountingBeispielRE-20170509_505.pdf to check the values.
* --> as only Name Ascending is supported for Test Unit sequence, I renamed the this test-A-Export to run before
* testZExport
*