summaryrefslogtreecommitdiff
path: root/src/lib/test_auditor_api.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-01-24 17:57:10 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-01-24 17:57:10 +0100
commitb2c47a74a91459dc190421d25772ea0c86eae513 (patch)
tree508f892d6086e46520dc73c0ff9c2524ce08ccd2 /src/lib/test_auditor_api.c
parentd99308543872e5021eee0351463818941c8cbeb2 (diff)
downloadexchange-b2c47a74a91459dc190421d25772ea0c86eae513.tar.gz
exchange-b2c47a74a91459dc190421d25772ea0c86eae513.tar.bz2
exchange-b2c47a74a91459dc190421d25772ea0c86eae513.zip
Reproduce auditor assert fail, with less code executed.
Diffstat (limited to 'src/lib/test_auditor_api.c')
-rw-r--r--src/lib/test_auditor_api.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/test_auditor_api.c b/src/lib/test_auditor_api.c
index 71221ee0d..d7e8f8630 100644
--- a/src/lib/test_auditor_api.c
+++ b/src/lib/test_auditor_api.c
@@ -474,12 +474,13 @@ run (void *cls,
#if 0
CMD_RUN_AUDITOR("virgin-auditor"),
- #endif
CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"),
+ #endif
TALER_TESTING_cmd_batch ("withdraw",
withdraw),
TALER_TESTING_cmd_batch ("spend",
spend),
+ #if 0
TALER_TESTING_cmd_batch ("refresh",
refresh),
TALER_TESTING_cmd_batch ("track",
@@ -492,7 +493,7 @@ run (void *cls,
payback),
CMD_RUN_AUDITOR("normal-auditor"),
CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"),
-
+ #endif
TALER_TESTING_cmd_end ()
};