From c805e9cf20d39b17336a05c0879aac028de7488b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 18 Jan 2020 00:43:21 +0100 Subject: DCE: we never have to derrive the wire_gateway_url from the payto URI --- src/util/test_payto.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/util/test_payto.c') 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", -- cgit v1.2.3