Revision 64bfffde
Von Jan Büren vor etwa 8 Jahren hinzugefügt
t/bank/bank_transactions.t | ||
---|---|---|
use Test::More tests => 82;
|
||
use Test::More tests => 89;
|
||
|
||
use strict;
|
||
|
||
... | ... | |
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();
|
Auch abrufbar als: Unified diff
Testfall test_ap_transaction auch ausführen
Seit Anbeginn des Testfalls vorhanden. Jetzt auch ausgeführt.