summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-23 16:19:40 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-23 16:19:40 +0200
commit656b521a83cd66fec2021298d0ba8cf668f2741b (patch)
treec6b0875c2c7a77e67d0ddbfbbfa78d970b568403 /src/testing
parent6ee4558b6f3aecd1e8f4ce758e782a31b8dee78c (diff)
downloadexchange-656b521a83cd66fec2021298d0ba8cf668f2741b.tar.gz
exchange-656b521a83cd66fec2021298d0ba8cf668f2741b.tar.bz2
exchange-656b521a83cd66fec2021298d0ba8cf668f2741b.zip
-passes, enable by default
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_exchange_p2p.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/test_exchange_p2p.c b/src/testing/test_exchange_p2p.c
index b5cd69a62..3b11d04c5 100644
--- a/src/testing/test_exchange_p2p.c
+++ b/src/testing/test_exchange_p2p.c
@@ -265,7 +265,6 @@ run (void *cls,
true /* upload contract */,
GNUNET_TIME_UNIT_MINUTES, /* expiration */
"create-reserve-1"),
-#if 1
TALER_TESTING_cmd_purse_deposit_coins (
"purse-deposit-coins-conflict",
MHD_HTTP_CONFLICT,
@@ -274,7 +273,6 @@ run (void *cls,
"withdraw-coin-1",
"EUR:4.01",
NULL),
-#endif
TALER_TESTING_cmd_end ()
};