gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: adapt to libtalertesting API cha


From: gnunet
Subject: [taler-merchant] branch master updated: adapt to libtalertesting API change (minor)
Date: Mon, 14 Dec 2020 17:21:27 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 76a97f56 adapt to libtalertesting API change (minor)
76a97f56 is described below

commit 76a97f5680d11ce2a7e7cca9cd67c38698fc42f7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Dec 14 17:21:23 2020 +0100

    adapt to libtalertesting API change (minor)
---
 src/testing/test_merchant_api.c         | 7 +++++--
 src/testing/test_merchant_api_twisted.c | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 85aba7c4..93ebab34 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -1141,9 +1141,12 @@ run (void *cls,
                                 false),
     TALER_TESTING_cmd_exec_offline_sign_keys ("offline-sign-future-keys",
                                               CONFIG_FILE),
+    TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees",
+                                              CONFIG_FILE,
+                                              "EUR:0.01",
+                                              "EUR:0.01"),
     TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys",
-                                                1,
-                                                232 /* FIXME: wrong number... 
*/),
+                                                1),
     TALER_TESTING_cmd_batch ("orders-id",
                              get_private_order_id),
     TALER_TESTING_cmd_config ("config",
diff --git a/src/testing/test_merchant_api_twisted.c 
b/src/testing/test_merchant_api_twisted.c
index 3ce8a8ec..e134c046 100644
--- a/src/testing/test_merchant_api_twisted.c
+++ b/src/testing/test_merchant_api_twisted.c
@@ -331,9 +331,12 @@ run (void *cls,
                                 false),
     TALER_TESTING_cmd_exec_offline_sign_keys ("offline-sign-future-keys",
                                               CONFIG_FILE),
+    TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees",
+                                              CONFIG_FILE,
+                                              "EUR:0.01",
+                                              "EUR:0.01"),
     TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys",
-                                                1,
-                                                232 /* FIXME: wrong number... 
*/),
+                                                1),
     TALER_TESTING_cmd_merchant_post_instances ("instance-create-default",
                                                twister_merchant_url,
                                                "default",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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