diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-05-23 16:19:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-05-23 16:19:40 +0200 |
commit | 656b521a83cd66fec2021298d0ba8cf668f2741b (patch) | |
tree | c6b0875c2c7a77e67d0ddbfbbfa78d970b568403 /src/testing/test_exchange_p2p.c | |
parent | 6ee4558b6f3aecd1e8f4ce758e782a31b8dee78c (diff) |
-passes, enable by default
Diffstat (limited to 'src/testing/test_exchange_p2p.c')
-rw-r--r-- | src/testing/test_exchange_p2p.c | 2 |
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 () }; |