summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-23 16:02:55 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-23 16:02:55 +0200
commit76b8a2a8de551db8801bd42111bd959a28517cb3 (patch)
tree979340c340161640843371c02bf00cfec7554a0d /src/testing
parenta509a91f924cad3b5f0336f78e5c80e3621ad52b (diff)
downloadexchange-76b8a2a8de551db8801bd42111bd959a28517cb3.tar.gz
exchange-76b8a2a8de551db8801bd42111bd959a28517cb3.tar.bz2
exchange-76b8a2a8de551db8801bd42111bd959a28517cb3.zip
include purse deposits in coin history
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_exchange_p2p.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testing/test_exchange_p2p.c b/src/testing/test_exchange_p2p.c
index 2f82d1243..b5cd69a62 100644
--- a/src/testing/test_exchange_p2p.c
+++ b/src/testing/test_exchange_p2p.c
@@ -251,14 +251,12 @@ run (void *cls,
"create-reserve-1",
"EUR:2",
MHD_HTTP_OK),
-#if 1
/* POST history doesn't yet support P2P transfers */
TALER_TESTING_cmd_reserve_status (
"push-check-post-merge-reserve-balance-post",
"create-reserve-1",
"EUR:2",
MHD_HTTP_OK),
-#endif
/* create 2nd purse for a deposit conflict */
TALER_TESTING_cmd_purse_create_with_reserve (
"purse-create-with-reserve-2",
@@ -267,7 +265,7 @@ run (void *cls,
true /* upload contract */,
GNUNET_TIME_UNIT_MINUTES, /* expiration */
"create-reserve-1"),
-#if FIXME_RESERVE_HISTORY
+#if 1
TALER_TESTING_cmd_purse_deposit_coins (
"purse-deposit-coins-conflict",
MHD_HTTP_CONFLICT,