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