gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: add missing configuration files


From: gnunet
Subject: [taler-exchange] branch master updated: add missing configuration files to dist, eliminate warning on CONFLICT status code in test
Date: Tue, 24 Dec 2019 23:09:08 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2fdc21f7 add missing configuration files to dist, eliminate warning on 
CONFLICT status code in test
2fdc21f7 is described below

commit 2fdc21f7d7367b13f21bddee4fbe86e0f91c9b55
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Dec 24 23:09:06 2019 +0100

    add missing configuration files to dist, eliminate warning on CONFLICT 
status code in test
---
 src/bank-lib/Makefile.am           | 3 ++-
 src/lib/Makefile.am                | 1 +
 src/lib/testing_api_cmd_withdraw.c | 6 ++++++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am
index 1d833fca..3bb86323 100644
--- a/src/bank-lib/Makefile.am
+++ b/src/bank-lib/Makefile.am
@@ -152,4 +152,5 @@ test_bank_api_with_fakebank_LDADD = \
   libtalerbank.la
 
 EXTRA_DIST = \
-  bank.conf
+  bank.conf \
+  bank_twisted.conf
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 0680639c..9b7dc10b 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -289,5 +289,6 @@ EXTRA_DIST = \
   test_exchange_api.conf \
   test_exchange_api_keys_cherry_picking.conf \
   test_exchange_api_keys_cherry_picking_extended.conf \
+  test_exchange_api_expire_reserve_now.conf \
   test_auditor_api.conf \
   test_auditor_api_expire_reserve_now.conf
diff --git a/src/lib/testing_api_cmd_withdraw.c 
b/src/lib/testing_api_cmd_withdraw.c
index 550ea957..f559faf2 100644
--- a/src/lib/testing_api_cmd_withdraw.c
+++ b/src/lib/testing_api_cmd_withdraw.c
@@ -213,11 +213,17 @@ reserve_withdraw_cb (void *cls,
   case MHD_HTTP_FORBIDDEN:
     /* nothing to check */
     break;
+  case MHD_HTTP_CONFLICT:
+    /* nothing to check */
+    break;
   case MHD_HTTP_NOT_FOUND:
     /* nothing to check */
     break;
   default:
     /* Unsupported status code (by test harness) */
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "Withdraw test command does not support status code %u\n",
+                http_status);
     GNUNET_break (0);
     break;
   }

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



reply via email to

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