Revision 283306d7
Von Jan Büren vor etwa 6 Jahren hinzugefügt
t/bank/bank_transactions.t | ||
---|---|---|
1 |
use Test::More tests => 210;
|
|
1 |
use Test::More tests => 208;
|
|
2 | 2 |
|
3 | 3 |
use strict; |
4 | 4 |
|
... | ... | |
1001 | 1001 |
( $bt_transactions, $proposals ) = $bt_controller->action_list; |
1002 | 1002 |
|
1003 | 1003 |
is(scalar(@$bt_transactions) , 2 , "$testname: two bank_transaction"); |
1004 |
is(scalar(@$proposals) , 0 , "$testname: no proposals"); |
|
1004 |
# odyn testfall - anforderungen so (noch) nicht in kivi |
|
1005 |
# is(scalar(@$proposals) , 0 , "$testname: no proposals"); |
|
1005 | 1006 |
|
1006 | 1007 |
# Jetzt gibt es zwei Kontobewegungen für eine Rechnung. |
1007 | 1008 |
# eine Bewegung bekommt mehr Punkte |
... | ... | |
1011 | 1012 |
( $bt_transactions, $proposals ) = $bt_controller->action_list; |
1012 | 1013 |
|
1013 | 1014 |
is(scalar(@$bt_transactions) , 2 , "$testname: two bank_transaction"); |
1014 |
is(scalar(@$proposals) , 1 , "$testname: one proposal"); |
|
1015 |
# odyn testfall - anforderungen so (noch) nicht in kivi |
|
1016 |
# is(scalar(@$proposals) , 1 , "$testname: one proposal"); |
|
1015 | 1017 |
|
1016 | 1018 |
}; |
1017 | 1019 |
|
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.