From: Jan Büren Date: Thu, 23 Mar 2017 13:43:39 +0000 (+0100) Subject: Testfall test_ap_transaction auch ausführen X-Git-Tag: release-3.5.4~1180 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=64bfffdeef8d0e47a668041b97bfe59ed7efe6f9;p=kivitendo-erp.git Testfall test_ap_transaction auch ausführen Seit Anbeginn des Testfalls vorhanden. Jetzt auch ausgeführt. --- diff --git a/t/bank/bank_transactions.t b/t/bank/bank_transactions.t index 4658c5607..9813b7409 100644 --- a/t/bank/bank_transactions.t +++ b/t/bank/bank_transactions.t @@ -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();