summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-13 19:07:25 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-13 19:07:25 +0200
commit09310cc66ebbdf083c4b4fa86a368b3ea52c0c16 (patch)
treeb87132659d9d27e5e7d84e4f76b4d836b6689f9d /src/testing
parent4fc77b9dbfee88dff2d366d7dbb2d91797f8b9a0 (diff)
downloadexchange-09310cc66ebbdf083c4b4fa86a368b3ea52c0c16.tar.gz
exchange-09310cc66ebbdf083c4b4fa86a368b3ea52c0c16.tar.bz2
exchange-09310cc66ebbdf083c4b4fa86a368b3ea52c0c16.zip
-implement reserve closure in test
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_exchange_p2p.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testing/test_exchange_p2p.c b/src/testing/test_exchange_p2p.c
index 1a6c5854f..222cd3d41 100644
--- a/src/testing/test_exchange_p2p.c
+++ b/src/testing/test_exchange_p2p.c
@@ -446,8 +446,6 @@ run (void *cls,
"create-reserve-101",
NULL, /* to origin */
MHD_HTTP_OK),
-#if FIXME
- /* reserve close logic is not yet implemented, hence this fails: */
TALER_TESTING_cmd_exec_closer ("close-reserves-101",
config_file,
"EUR:1.02",
@@ -459,7 +457,6 @@ run (void *cls,
"create-reserve-101",
"EUR:0",
MHD_HTTP_OK),
-#endif
TALER_TESTING_cmd_end ()
};