summaryrefslogtreecommitdiff
path: root/src/lib/test_auditor_api.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-01-24 17:53:10 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-01-24 17:53:10 +0100
commit862ed50d7db6dad591bee045a7864e8310f1fbcc (patch)
tree480da4a128a54e9f0829dcaab52aed377327b666 /src/lib/test_auditor_api.c
parent16002d20785785c03647d1648501aac3e9ce38bb (diff)
downloadexchange-862ed50d7db6dad591bee045a7864e8310f1fbcc.tar.gz
exchange-862ed50d7db6dad591bee045a7864e8310f1fbcc.tar.bz2
exchange-862ed50d7db6dad591bee045a7864e8310f1fbcc.zip
Auditor tests.
Fix double connection.
Diffstat (limited to 'src/lib/test_auditor_api.c')
-rw-r--r--src/lib/test_auditor_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/test_auditor_api.c b/src/lib/test_auditor_api.c
index cddd21197..04fbaa58e 100644
--- a/src/lib/test_auditor_api.c
+++ b/src/lib/test_auditor_api.c
@@ -471,6 +471,8 @@ run (void *cls,
};
struct TALER_TESTING_Command commands[] = {
+
+ #if 0
CMD_RUN_AUDITOR("virgin-auditor"),
CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"),
TALER_TESTING_cmd_batch ("withdraw",
@@ -489,6 +491,8 @@ run (void *cls,
payback),
CMD_RUN_AUDITOR("normal-auditor"),
CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"),
+ #endif
+
TALER_TESTING_cmd_end ()
};