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: Address #5366.


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Address #5366.
Date: Thu, 28 Jun 2018 11:07:42 +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 6c72d7a  Address #5366.
6c72d7a is described below

commit 6c72d7a1a0f8981b7f38daf972627922316d5208
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 28 11:06:48 2018 +0200

    Address #5366.
    
    Making sure that the exchange side of #5366
    is well-behaved.
---
 src/exchange-lib/test_exchange_api_new.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/exchange-lib/test_exchange_api_new.c 
b/src/exchange-lib/test_exchange_api_new.c
index e3b3836..41da319 100644
--- a/src/exchange-lib/test_exchange_api_new.c
+++ b/src/exchange-lib/test_exchange_api_new.c
@@ -495,12 +495,9 @@ run (void *cls,
          (43,
           fakebank_url),
        "{\"items\":[{\"name\":\"ice cream\",\"value\":1}]}",
-       /**
-        * This large time unit should NEVER result in
-        * a wire transfer from the aggregation CMD below.
-        * Bug number: #5366.
-        */
-       GNUNET_TIME_UNIT_FOREVER_REL,
+       GNUNET_TIME_relative_multiply
+         (GNUNET_TIME_UNIT_YEARS,
+          3000),
        "EUR:5",
        MHD_HTTP_OK),
 

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



reply via email to

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