gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 01/02: comments


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 01/02: comments
Date: Thu, 23 Feb 2017 18:05:38 +0100

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

marcello pushed a commit to branch master
in repository merchant.

commit 17b7c5b8a701a165e8da4f86a8fce45d594bff4f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Feb 23 17:57:12 2017 +0100

    comments
---
 src/lib/test_merchant_api.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 700b56b..915c63c 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -2451,13 +2451,15 @@ run (void *cls)
     { .oc = OC_HISTORY,
       .label = "history-1",
       .expected_response_code = MHD_HTTP_OK,
+      /*all records to be returned*/
       .details.history.date.abs_value_us = 0,
       .details.history.nresult = 2
     },
     { .oc = OC_HISTORY,
       .label = "history-2",
       .expected_response_code = MHD_HTTP_OK,
-      .details.history.date.abs_value_us = 43 * 1000LL * 1000LL,
+      /*no records to be returned, as limit is in the future*/
+      .details.history.date.abs_value_us = 43 * 1000LL * 1000LL, 
       .details.history.nresult = 0
     },
 

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



reply via email to

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