gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: comment out bank te


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: comment out bank test cases until implemented in bank
Date: Fri, 08 Dec 2017 15:46:21 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d0a8065  comment out bank test cases until implemented in bank
d0a8065 is described below

commit d0a80659a1311b882771d6b65f85336d613293e7
Author: Florian Dold <address@hidden>
AuthorDate: Fri Dec 8 15:46:15 2017 +0100

    comment out bank test cases until implemented in bank
---
 src/bank-lib/test_bank_api.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bank-lib/test_bank_api.c b/src/bank-lib/test_bank_api.c
index 80c462d..0f575c5 100644
--- a/src/bank-lib/test_bank_api.c
+++ b/src/bank-lib/test_bank_api.c
@@ -91,6 +91,7 @@ run (void *cls)
       .details.history.direction = TALER_BANK_DIRECTION_DEBIT,
       .details.history.start_row_ref = "deposit-1",
       .details.history.num_results = 5 },
+    /* FIXME(bug #5200): re-enable once implemented in bank
     { .oc = TBI_OC_REJECT,
       .label = "reject-1",
       .details.reject.cmd_ref = "deposit-1" },
@@ -112,6 +113,7 @@ run (void *cls)
       .details.history.direction = TALER_BANK_DIRECTION_BOTH | 
TALER_BANK_DIRECTION_CANCEL,
       .details.history.start_row_ref = NULL,
       .details.history.num_results = 5 },
+    */
     { .oc = TBI_OC_END }
   };
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]