Revision 283306d7
Von Jan Büren vor mehr als 6 Jahren hinzugefügt
t/bank/bank_transactions.t | ||
---|---|---|
use Test::More tests => 210;
|
||
use Test::More tests => 208;
|
||
|
||
use strict;
|
||
|
||
... | ... | |
( $bt_transactions, $proposals ) = $bt_controller->action_list;
|
||
|
||
is(scalar(@$bt_transactions) , 2 , "$testname: two bank_transaction");
|
||
is(scalar(@$proposals) , 0 , "$testname: no proposals");
|
||
# odyn testfall - anforderungen so (noch) nicht in kivi
|
||
# is(scalar(@$proposals) , 0 , "$testname: no proposals");
|
||
|
||
# Jetzt gibt es zwei Kontobewegungen für eine Rechnung.
|
||
# eine Bewegung bekommt mehr Punkte
|
||
... | ... | |
( $bt_transactions, $proposals ) = $bt_controller->action_list;
|
||
|
||
is(scalar(@$bt_transactions) , 2 , "$testname: two bank_transaction");
|
||
is(scalar(@$proposals) , 1 , "$testname: one proposal");
|
||
# odyn testfall - anforderungen so (noch) nicht in kivi
|
||
# is(scalar(@$proposals) , 1 , "$testname: one proposal");
|
||
|
||
};
|
||
|
Auch abrufbar als: Unified diff
2 testfälle bank_transactions.t auskommentiert
Die Testfälle sind von odyn portiert und sind erstmal so nicht
in kivitendo abgebildet.