Revision 64bfffde
Von Jan Büren vor fast 8 Jahren hinzugefügt
t/bank/bank_transactions.t | ||
---|---|---|
1 |
use Test::More tests => 82;
|
|
1 |
use Test::More tests => 89;
|
|
2 | 2 |
|
3 | 3 |
use strict; |
4 | 4 |
|
... | ... | |
73 | 73 |
test_partial_payment(); |
74 | 74 |
test_credit_note(); |
75 | 75 |
test_neg_ap_transaction(); |
76 |
test_ap_transaction(); |
|
76 | 77 |
test_ap_payment_transaction(); |
77 | 78 |
# remove all created data at end of test |
78 | 79 |
clear_up(); |
Auch abrufbar als: Unified diff
Testfall test_ap_transaction auch ausführen
Seit Anbeginn des Testfalls vorhanden. Jetzt auch ausgeführt.