gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: fix url


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: fix url
Date: Mon, 14 Oct 2019 14:55:15 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 3c9ea5e  fix url
3c9ea5e is described below

commit 3c9ea5e61f1c4df40f7607a5b061c0990b405f37
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Oct 14 14:55:08 2019 +0200

    fix url
---
 src/lib/test_merchant_api_twisted.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/test_merchant_api_twisted.c 
b/src/lib/test_merchant_api_twisted.c
index 46fdb47..c4382f7 100644
--- a/src/lib/test_merchant_api_twisted.c
+++ b/src/lib/test_merchant_api_twisted.c
@@ -260,7 +260,7 @@ run (void *cls,
      * mentioned in the bug report #5719.
      */
     TALER_TESTING_cmd_malform_response
-      ("5719-malform-xcg-resp",
+      ("5719-malform-exchange-resp",
       PROXY_EXCHANGE_CONFIG_FILE),
 
     TALER_TESTING_cmd_pay ("5719-deposit",
@@ -1085,9 +1085,9 @@ main (int argc,
     return 77;
 
   twister_merchant_url_instance_nonexistent = TALER_url_join (
-    twister_exchange_url, "instances/foo/", NULL);
-  twister_merchant_url_instance_tor = TALER_url_join (twister_exchange_url,
-                                                      "instances/tor/", NULL);
+    twister_merchant_url, "instances/foo/", NULL);
+  twister_merchant_url_instance_tor = TALER_url_join (
+    twister_merchant_url, "instances/tor/", NULL);
 
   TALER_TESTING_cleanup_files (CONFIG_FILE);
 

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



reply via email to

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