expand test suite
This commit is contained in:
parent
0805c62aee
commit
bf3c7dd10f
@ -46,10 +46,18 @@ main (int argc,
|
||||
"account");
|
||||
CHECK ("payto://x-taler-bank/localhost/account",
|
||||
r);
|
||||
r = TALER_payto_xtalerbank_make ("https://localhost",
|
||||
"account");
|
||||
CHECK ("payto://x-taler-bank/localhost/account",
|
||||
r);
|
||||
r = TALER_payto_xtalerbank_make ("http://localhost:80/",
|
||||
"account");
|
||||
CHECK ("payto://x-taler-bank/localhost:80/account",
|
||||
r);
|
||||
r = TALER_payto_xtalerbank_make ("http://localhost:80",
|
||||
"account");
|
||||
CHECK ("payto://x-taler-bank/localhost:80/account",
|
||||
r);
|
||||
r = TALER_payto_xtalerbank_make ("http://localhost/",
|
||||
"account");
|
||||
CHECK ("payto://x-taler-bank/localhost:80/account",
|
||||
|
Loading…
Reference in New Issue
Block a user