Reproduce auditor assert fail.

This commit is contained in:
Marcello Stanisci 2019-01-24 17:54:33 +01:00
parent 862ed50d7d
commit d993085438
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -474,6 +474,7 @@ run (void *cls,
#if 0 #if 0
CMD_RUN_AUDITOR("virgin-auditor"), CMD_RUN_AUDITOR("virgin-auditor"),
#endif
CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"), CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"),
TALER_TESTING_cmd_batch ("withdraw", TALER_TESTING_cmd_batch ("withdraw",
withdraw), withdraw),
@ -491,7 +492,6 @@ run (void *cls,
payback), payback),
CMD_RUN_AUDITOR("normal-auditor"), CMD_RUN_AUDITOR("normal-auditor"),
CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"), CMD_RUN_WIRE_AUDITOR("normal-wire-auditor"),
#endif
TALER_TESTING_cmd_end () TALER_TESTING_cmd_end ()
}; };