gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 01/02: fix test


From: gnunet
Subject: [taler-exchange] 01/02: fix test
Date: Sat, 21 Mar 2020 17:36:05 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 68098bcade314d0864200df82273b26458f8910f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 21 17:33:33 2020 +0100

    fix test
---
 src/testing/test_auditor_api.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/testing/test_auditor_api.c b/src/testing/test_auditor_api.c
index 97934f1d..46d9bea3 100644
--- a/src/testing/test_auditor_api.c
+++ b/src/testing/test_auditor_api.c
@@ -94,14 +94,6 @@ static struct TALER_TESTING_BankConfiguration bc;
 #define CMD_RUN_AUDITOR(label) \
   TALER_TESTING_cmd_exec_auditor (label, CONFIG_FILE)
 
-/**
- * Run the taler-wire-auditor.
- *
- * @param label label to use for the command.
- */
-#define CMD_RUN_WIRE_AUDITOR(label) \
-  TALER_TESTING_cmd_exec_wire_auditor (label, CONFIG_FILE)
-
 
 /**
  * Main function that will tell the interpreter what commands to
@@ -629,7 +621,6 @@ run (void *cls,
 
   struct TALER_TESTING_Command commands[] = {
     CMD_RUN_AUDITOR ("virgin-auditor"),
-    CMD_RUN_WIRE_AUDITOR ("virgin-wire-auditor"),
     TALER_TESTING_cmd_exchanges_with_url ("check-exchange",
                                           MHD_HTTP_OK,
                                           "http://localhost:8081/";),
@@ -650,7 +641,6 @@ run (void *cls,
     TALER_TESTING_cmd_batch ("recoup",
                              recoup),
     CMD_RUN_AUDITOR ("normal-auditor"),
-    CMD_RUN_WIRE_AUDITOR ("normal-wire-auditor"),
     TALER_TESTING_cmd_end ()
   };
 

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



reply via email to

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