gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: expand test suite


From: gnunet
Subject: [taler-exchange] branch master updated: expand test suite
Date: Tue, 14 Jan 2020 23:59:18 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new bf3c7dd1 expand test suite
bf3c7dd1 is described below

commit bf3c7dd10fea30d3c59849a21cefcb79c7c940e4
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jan 14 23:59:16 2020 +0100

    expand test suite
---
 src/util/test_payto.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/util/test_payto.c b/src/util/test_payto.c
index f966e046..0a570ee5 100644
--- a/src/util/test_payto.c
+++ b/src/util/test_payto.c
@@ -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",

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]