gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 02/03: new paths in /pay abortions.


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 02/03: new paths in /pay abortions.
Date: Thu, 22 Mar 2018 17:12:35 +0100

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

marcello pushed a commit to branch master
in repository merchant.

commit 8d6bc6da5c9260920ca3265f84a30935999fc88d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 22 12:56:33 2018 +0100

    new paths in /pay abortions.
---
 src/lib/test_merchant_api_twisted.c | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/lib/test_merchant_api_twisted.c 
b/src/lib/test_merchant_api_twisted.c
index 756b084..ed67a06 100644
--- a/src/lib/test_merchant_api_twisted.c
+++ b/src/lib/test_merchant_api_twisted.c
@@ -572,7 +572,7 @@ run (void *cls,
                            "EUR:1.99", // no sense now
                            "EUR:0.01"), // no sense now
 
-    TALER_TESTING_cmd_delete_object ("hack-abort",
+    TALER_TESTING_cmd_delete_object ("hack-abort-1",
                                      PROXY_MERCHANT_CONFIG_FILE,
                                      "merchant_pub"),
 
@@ -580,7 +580,18 @@ run (void *cls,
                                  twister_merchant_url,
                                  "deposit-simple-for-abort",
                                  is->ctx,
-                                 MHD_HTTP_OK),
+                                 0),
+
+    TALER_TESTING_cmd_delete_object
+      ("hack-abort-2",
+       PROXY_MERCHANT_CONFIG_FILE,
+       "refund_permissions.0.rtransaction_id"),
+
+    TALER_TESTING_cmd_pay_abort ("pay-abort-2",
+                                 twister_merchant_url,
+                                 "deposit-simple-for-abort",
+                                 is->ctx,
+                                 0),
     /**
      * End the suite.  Fixme: better to have a label for this
      * too, as it shows a "(null)" token on logs.

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



reply via email to

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