summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-25 13:37:47 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-25 13:37:47 +0100
commit94012d011c3b2c3b3dcc9527d56d1814f42fcdc7 (patch)
tree8b82cb011155f7a131ecaeb05301dfe8a1c718b7 /src/testing
parent98549cdc5aff7081f20ccc53b566802020f6fdd9 (diff)
downloadexchange-94012d011c3b2c3b3dcc9527d56d1814f42fcdc7.tar.gz
exchange-94012d011c3b2c3b3dcc9527d56d1814f42fcdc7.tar.bz2
exchange-94012d011c3b2c3b3dcc9527d56d1814f42fcdc7.zip
add invariant checks
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_helpers_exchange.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c
index 86466c760..0f50aabb8 100644
--- a/src/testing/testing_api_helpers_exchange.c
+++ b/src/testing/testing_api_helpers_exchange.c
@@ -325,13 +325,6 @@ sign_keys_for_exchange (void *cls,
return GNUNET_NO;
}
if (GNUNET_OK !=
- TALER_TESTING_url_port_free (si->ec->exchange_url))
- {
- GNUNET_free (si->ec->exchange_url);
- si->ec->exchange_url = NULL;
- return GNUNET_NO;
- }
- if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg,
"auditor",
"BASE_URL",
@@ -346,12 +339,6 @@ sign_keys_for_exchange (void *cls,
return GNUNET_SYSERR;
}
if (GNUNET_OK !=
- TALER_TESTING_url_port_free (si->ec->auditor_url))
- {
- ret = GNUNET_NO;
- goto fail;
- }
- if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg,
"exchange",
"MASTER_PUBLIC_KEY",