From 64bfffdeef8d0e47a668041b97bfe59ed7efe6f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 23 Mar 2017 14:43:39 +0100 Subject: [PATCH] =?utf8?q?Testfall=20test=5Fap=5Ftransaction=20auch=20ausf?= =?utf8?q?=C3=BChren?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Seit Anbeginn des Testfalls vorhanden. Jetzt auch ausgeführt. --- t/bank/bank_transactions.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.20.1