gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: adapt to libtalertesting API ch


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

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

grothoff pushed a commit to branch master
in repository anastasis.

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

commit 050be7c8b609c4bcf4052c874579b2234c8291dc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Dec 14 17:22:03 2020 +0100

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

diff --git a/src/lib/test_anastasis.c b/src/lib/test_anastasis.c
index b93d0cf..843847e 100644
--- a/src/lib/test_anastasis.c
+++ b/src/lib/test_anastasis.c
@@ -350,9 +350,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",
                                                merchant_url,
                                                "default",
diff --git a/src/lib/test_anastasis_api.c b/src/lib/test_anastasis_api.c
index 5866c5b..ab80b83 100644
--- a/src/lib/test_anastasis_api.c
+++ b/src/lib/test_anastasis_api.c
@@ -340,9 +340,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",
                                                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]