Testfall test_ap_transaction auch ausführen
authorJan Büren <jan@kivitendo-premium.de>
Thu, 23 Mar 2017 13:43:39 +0000 (14:43 +0100)
committerJan Büren <jan@kivitendo-premium.de>
Thu, 23 Mar 2017 13:43:39 +0000 (14:43 +0100)
Seit Anbeginn des Testfalls vorhanden. Jetzt auch ausgeführt.

t/bank/bank_transactions.t

index 4658c56..9813b74 100644 (file)
@@ -1,4 +1,4 @@
-use Test::More tests => 82;
+use Test::More tests => 89;
 
 use strict;
 
@@ -73,6 +73,7 @@ test_two_invoices();
 test_partial_payment();
 test_credit_note();
 test_neg_ap_transaction();
+test_ap_transaction();
 test_ap_payment_transaction();
 # remove all created data at end of test
 clear_up();