2 testfälle bank_transactions.t auskommentiert
[kivitendo-erp.git] / t / bank / bank_transactions.t
index 36fc04d..9cbf12f 100644 (file)
@@ -1,4 +1,4 @@
-use Test::More tests => 210;
+use Test::More tests => 208;
 
 use strict;
 
@@ -1001,7 +1001,8 @@ sub test_two_banktransactions {
   ( $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
@@ -1011,7 +1012,8 @@ sub test_two_banktransactions {
   ( $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");
 
 };