gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: Adding a second cal


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: Adding a second call to /track/transaction in testcases.
Date: Fri, 10 Feb 2017 17:51:43 +0100

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new c892b80  Adding a second call to /track/transaction in testcases.
c892b80 is described below

commit c892b808b20abfdc64d3e7fb6a39402f3099cc09
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Feb 10 17:51:02 2017 +0100

    Adding a second call to /track/transaction in
    testcases.
---
 src/lib/test_merchant_api.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 0a7856c..0588b5e 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -2438,10 +2438,14 @@ run (void *cls)
       .details.track_transfer.check_bank_ref = "check_bank_transfer-499c-2",
       .details.track_transfer.expected_pay_ref = "deposit-simple-2"
     },
-    /**
-     * NOTE: could NOT initialize timestamps by calling GNUNET_TIME_xy ()
-     * because that raised a 'Initializer element is not constant' when 
compiling.
-     */
+
+    { .oc = OC_TRACK_TRANSACTION,
+      .label = "track-transaction-2",
+      .expected_response_code = MHD_HTTP_OK,
+      .details.track_transaction.expected_transfer_ref = 
"check_bank_transfer-499c-2",
+      .details.track_transaction.pay_ref = "deposit-simple-2"  
+    },
+
     { .oc = OC_HISTORY,
       .label = "history-1",
       .expected_response_code = 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]