summaryrefslogtreecommitdiff
path: root/src/util/test_payto.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-18 00:43:21 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-18 00:43:29 +0100
commitc805e9cf20d39b17336a05c0879aac028de7488b (patch)
tree7ed76916ec4c5eb9e2240502c587703f39804513 /src/util/test_payto.c
parent04b5e7e3e898bf9a632cee8e6486ba454e8e0252 (diff)
downloadexchange-c805e9cf20d39b17336a05c0879aac028de7488b.tar.gz
exchange-c805e9cf20d39b17336a05c0879aac028de7488b.tar.bz2
exchange-c805e9cf20d39b17336a05c0879aac028de7488b.zip
DCE: we never have to derrive the wire_gateway_url from the payto URI
Diffstat (limited to 'src/util/test_payto.c')
-rw-r--r--src/util/test_payto.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util/test_payto.c b/src/util/test_payto.c
index 28caac1ad..5807be20b 100644
--- a/src/util/test_payto.c
+++ b/src/util/test_payto.c
@@ -77,14 +77,6 @@ main (int argc,
"payto://x-taler-bank/localhost:1080/bob");
CHECK ("http://localhost:1080/",
r);
- r = TALER_xtalerbank_account_url_from_payto (
- "payto://x-taler-bank/localhost/bob");
- CHECK ("https://localhost/bob",
- r);
- r = TALER_xtalerbank_account_url_from_payto (
- "payto://x-taler-bank/localhost:1080/alice");
- CHECK ("http://localhost:1080/alice",
- r);
r = TALER_xtalerbank_account_from_payto (
"payto://x-taler-bank/localhost:1080/alice");
CHECK ("alice",