commit 8b8e4f45737a436702a504e1464a920098fdd0f8
parent 05b5f26049c254e875a5accbe6002b5ef94ee492
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sat, 9 Aug 2025 17:04:49 +0200
finish test
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/testing/.gitignore b/src/testing/.gitignore
@@ -20,3 +20,4 @@ test_merchant_api_home/.local/share/taler-exchange/exchange-secmod-cs/
test_merchant_api_home/.local/share/taler-exchange/exchange-secmod-eddsa/
test_merchant_api_home/.local/share/taler-exchange/exchange-secmod-rsa/
test_merchant_api_home/.local/share/taler-exchange/exchange-offline/secm_tofus.pub
+test_reconciliation_rsa
diff --git a/src/testing/test_reconciliation.c b/src/testing/test_reconciliation.c
@@ -245,7 +245,6 @@ run (void *cls,
NULL),
TALER_TESTING_cmd_depositcheck ("run-depositcheck",
config_file),
-#if 0
TALER_TESTING_cmd_run_tme ("run taler-merchant-reconciliation-1",
config_file),
TALER_TESTING_cmd_merchant_get_order2 ("get-order-merchant-1-2b",
@@ -253,14 +252,13 @@ run (void *cls,
"create-proposal-1",
// FIXME: we won't want paid, we want settled!
TALER_MERCHANT_OSC_PAID,
- true,
+ true, /* wired */
order_1_transfers, /* "post-transfer-1" */
- false,
+ false, /* refunded */
NULL,
NULL,
MHD_HTTP_OK),
TALER_TESTING_cmd_check_bank_empty ("check_bank_empty-2"),
-#endif
TALER_TESTING_cmd_end ()
};