gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 68/130: -code cleanup


From: gnunet
Subject: [taler-exchange] 68/130: -code cleanup
Date: Wed, 17 Nov 2021 12:25:16 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 8df5fba56a9693dc711df676eaad8cc12a626337
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Nov 1 18:15:47 2021 +0100

    -code cleanup
---
 .../testing_api_cmd_bank_admin_add_incoming.c        | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/src/testing/testing_api_cmd_bank_admin_add_incoming.c 
b/src/testing/testing_api_cmd_bank_admin_add_incoming.c
index 10114ae7..58089f42 100644
--- a/src/testing/testing_api_cmd_bank_admin_add_incoming.c
+++ b/src/testing/testing_api_cmd_bank_admin_add_incoming.c
@@ -217,16 +217,15 @@ confirmation_cb (void *cls,
   fts->reserve_history.details.in_details.timestamp = timestamp;
   fts->reserve_history.details.in_details.wire_reference = serial_id;
   fts->aih = NULL;
+  if (http_status != fts->expected_http_status)
+  {
+    GNUNET_break (0);
+    TALER_TESTING_interpreter_fail (is);
+    return;
+  }
   switch (http_status)
   {
   case MHD_HTTP_OK:
-    if (fts->expected_http_status !=
-        MHD_HTTP_OK)
-    {
-      GNUNET_break (0);
-      TALER_TESTING_interpreter_fail (is);
-      return;
-    }
     fts->serial_id = serial_id;
     fts->timestamp = timestamp;
     TALER_TESTING_interpreter_next (is);
@@ -246,13 +245,6 @@ confirmation_cb (void *cls,
     }
     break;
   case MHD_HTTP_CONFLICT:
-    if (fts->expected_http_status !=
-        MHD_HTTP_CONFLICT)
-    {
-      GNUNET_break (0);
-      TALER_TESTING_interpreter_fail (is);
-      return;
-    }
     TALER_TESTING_interpreter_next (is);
     return;
   default:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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