corrected a unit test
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
- #811
|
||||
- #833
|
||||
- #835
|
||||
- #816
|
||||
|
||||
2.16.4
|
||||
=======
|
||||
|
||||
@@ -431,7 +431,9 @@ public class ZF2ZInvoiceImporterTest extends ResourceCase {
|
||||
CalculatedInvoice i = new CalculatedInvoice();
|
||||
zii.extractInto(i);
|
||||
assertEquals("TOSL108", i.getNumber());
|
||||
assertEquals("729", i.getGrandTotal().toString());
|
||||
assertEquals("1729", i.getGrandTotal().toString());
|
||||
assertEquals("729", i.getDuePayable().toString());
|
||||
|
||||
|
||||
} catch (IOException e) {
|
||||
fail("IOException not expected");
|
||||
|
||||
Reference in New Issue
Block a user