summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-04 11:59:59 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-04 11:59:59 +0100
commitcc367e62a643235aeb98cca6dccaeb9a855dc705 (patch)
tree7a9c4a39f07b2dd2f1226a06b96cf2aea1392040
parentb31e9a374620978d7f988112e3bf160101751740 (diff)
downloadmerchant-cc367e62a643235aeb98cca6dccaeb9a855dc705.tar.gz
merchant-cc367e62a643235aeb98cca6dccaeb9a855dc705.tar.bz2
merchant-cc367e62a643235aeb98cca6dccaeb9a855dc705.zip
enable test logic for #5158
-rw-r--r--src/lib/test_merchant_api.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 57afd173..574cbd70 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -18,9 +18,6 @@
* @brief testcase to test merchant's HTTP API interface
* @author Christian Grothoff
* @author Marcello Stanisci
- *
- * TODO:
- * - add test logic for pay-abort-refund
*/
#include "platform.h"
#include <taler/taler_exchange_service.h>
@@ -4466,7 +4463,6 @@ run (void *cls)
.label = "check_bank_empty-10" },
-#if FIXED5158
/* ****************** /pay abort logic ************* */
/* Fill reserve with EUR:10.02, as withdraw fee is 1 ct per
@@ -4567,7 +4563,6 @@ run (void *cls)
/* Check that there are no other unusual transfers */
{ .oc = OC_CHECK_BANK_TRANSFERS_EMPTY,
.label = "check_bank_empty-11" },
-#endif
/* end of testcase */
{ .oc = OC_END }