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: adapt to latest twi


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: adapt to latest twister changes.
Date: Mon, 21 May 2018 11:56:59 +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 c85dd0f  adapt to latest twister changes.
c85dd0f is described below

commit c85dd0f649eca36fea664c5a56ca794bf3005e9a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 21 11:56:44 2018 +0200

    adapt to latest twister changes.
---
 src/lib/test_merchant_api_twisted.c    | 20 +++++++++++---------
 src/lib/test_merchant_api_twisted.conf |  2 +-
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/src/lib/test_merchant_api_twisted.c 
b/src/lib/test_merchant_api_twisted.c
index 6417b71..cd9adb9 100644
--- a/src/lib/test_merchant_api_twisted.c
+++ b/src/lib/test_merchant_api_twisted.c
@@ -236,7 +236,7 @@ run (void *cls,
        "proposal-for-check-payment",
        GNUNET_SYSERR),
 
-    TALER_TESTING_cmd_modify_object
+    TALER_TESTING_cmd_modify_object_dl
       ("paid-true-for-unpaid",
        PROXY_MERCHANT_CONFIG_FILE,
        "paid",
@@ -559,13 +559,15 @@ run (void *cls,
        EXCHANGE_ACCOUNT_NO,
        MERCHANT_ACCOUNT_NO),
 
-    TALER_TESTING_cmd_modify_object ("hack-0",
-                                     PROXY_EXCHANGE_CONFIG_FILE,
-                                     "total",
-                                     "EUR:0.98"),
-    TALER_TESTING_cmd_delete_object ("hack-1",
-                                     PROXY_EXCHANGE_CONFIG_FILE,
-                                     "deposits.0"),
+    TALER_TESTING_cmd_modify_object_dl
+      ("hack-0",
+       PROXY_EXCHANGE_CONFIG_FILE,
+       "total",
+       "EUR:0.98"),
+    TALER_TESTING_cmd_delete_object
+      ("hack-1",
+       PROXY_EXCHANGE_CONFIG_FILE,
+       "deposits.0"),
     TALER_TESTING_cmd_merchant_track_transaction
       ("track-transaction-1",
        twister_merchant_url,
@@ -661,7 +663,7 @@ run (void *cls,
                                  is->ctx,
                                  0),
 
-    TALER_TESTING_cmd_modify_object
+    TALER_TESTING_cmd_modify_object_dl
       ("hack-abort-3",
        PROXY_MERCHANT_CONFIG_FILE,
        "refund_permissions.0.coin_pub",
diff --git a/src/lib/test_merchant_api_twisted.conf 
b/src/lib/test_merchant_api_twisted.conf
index 36b196a..215a201 100644
--- a/src/lib/test_merchant_api_twisted.conf
+++ b/src/lib/test_merchant_api_twisted.conf
@@ -3,7 +3,7 @@
 
 [exchange-kudos]
 # must target the twister's http port.
-URL = http://localhost:8888/
+BASE_URL = http://localhost:8888/
 
 [exchange]
 BASE_URL = http://localhost:8888/

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



reply via email to

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