enable more test logic
This commit is contained in:
parent
c940296185
commit
9d3e052ad3
@ -57,13 +57,11 @@ run (void *cls,
|
|||||||
struct TALER_TESTING_Interpreter *is)
|
struct TALER_TESTING_Interpreter *is)
|
||||||
{
|
{
|
||||||
struct TALER_TESTING_Command commands[] = {
|
struct TALER_TESTING_Command commands[] = {
|
||||||
#if FIXME_MIGRATION_DONE
|
|
||||||
/* this currently fails, because the
|
/* this currently fails, because the
|
||||||
auditor is already added by the test setup logic */
|
auditor is already added by the test setup logic */
|
||||||
TALER_TESTING_cmd_auditor_del ("del-auditor-NOT-FOUND",
|
TALER_TESTING_cmd_auditor_del ("del-auditor-NOT-FOUND",
|
||||||
MHD_HTTP_NOT_FOUND,
|
MHD_HTTP_NOT_FOUND,
|
||||||
false),
|
false),
|
||||||
#endif
|
|
||||||
TALER_TESTING_cmd_auditor_add ("add-auditor-BAD-SIG",
|
TALER_TESTING_cmd_auditor_add ("add-auditor-BAD-SIG",
|
||||||
MHD_HTTP_FORBIDDEN,
|
MHD_HTTP_FORBIDDEN,
|
||||||
true),
|
true),
|
||||||
|
Loading…
Reference in New Issue
Block a user