gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: Test /history-range


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Test /history-range after transactions happened.
Date: Wed, 10 Apr 2019 17:34:51 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 66425084 Test /history-range after transactions happened.
66425084 is described below

commit 66425084c1c57c1fa1ddec3fb4ae6ca8c38e1070
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 10 17:34:27 2019 +0200

    Test /history-range after transactions happened.
---
 src/bank-lib/test_bank_api_new.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/bank-lib/test_bank_api_new.c b/src/bank-lib/test_bank_api_new.c
index c35bb13b..5031a308 100644
--- a/src/bank-lib/test_bank_api_new.c
+++ b/src/bank-lib/test_bank_api_new.c
@@ -164,6 +164,18 @@ run (void *cls,
                                     "deposit-1",
                                     5),
 
+    /**
+     * Just check that the two transactions show up.
+     */
+    TALER_TESTING_cmd_bank_history_range_with_dates
+      ("history-2-range",
+       bank_url,
+       EXCHANGE_ACCOUNT_NUMBER,
+       TALER_BANK_DIRECTION_BOTH,
+       GNUNET_NO,
+       NOWMINUSSECS (5),
+       NOWPLUSSECS (5)),
+
     TALER_TESTING_cmd_bank_reject ("reject-1",
                                    bank_url,
                                    "deposit-1"),

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



reply via email to

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