diff options
Diffstat (limited to 'src/util/test_payto.c')
-rw-r--r-- | src/util/test_payto.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util/test_payto.c b/src/util/test_payto.c index 28caac1a..5807be20 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", |