summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_post_using_templates.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_post_using_templates.c')
-rw-r--r--src/testing/testing_api_cmd_post_using_templates.c20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/testing/testing_api_cmd_post_using_templates.c b/src/testing/testing_api_cmd_post_using_templates.c
index d8f2c0a9..62473b23 100644
--- a/src/testing/testing_api_cmd_post_using_templates.c
+++ b/src/testing/testing_api_cmd_post_using_templates.c
@@ -233,7 +233,7 @@ post_using_templates_cb (void *cls,
TALER_TESTING_interpreter_next (tis->is);
return;
}
- // check the rest of the function to adapt to using_template
+ // check for order
switch (por->hr.http_status)
{
case MHD_HTTP_OK:
@@ -322,24 +322,6 @@ post_using_templates_cb (void *cls,
&orders_claim_cb,
tis)))
TALER_TESTING_FAIL (tis->is);
-
- /*
- switch (por->hr.http_status)
- {
- case MHD_HTTP_OK:
- break;
- case MHD_HTTP_CONFLICT:
- break;
- case MHD_HTTP_NOT_FOUND:
- break;
- default:
- GNUNET_break (0);
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
- "Unhandled HTTP status %u for POST /templates/$ID.\n",
- por->hr.http_status);
- break;
- }
- TALER_TESTING_interpreter_next (tis->is);*/
}