summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-02-10 17:05:30 +0000
committerRoss Burton <ross@linux.intel.com>2009-02-10 17:05:30 +0000
commit5bbacd08645ab88dbdb563211700c964e47d93f2 (patch)
tree1d3020643f3401efebb2c21d8d3649e75b6c7c44
parent0c93444f8abcad46769b6d4dbf27c92024fa1528 (diff)
downloadlibrest-5bbacd08645ab88dbdb563211700c964e47d93f2.tar.gz
Add some test TODOs
-rw-r--r--tests/proxy.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/proxy.c b/tests/proxy.c
index 0061e1c..dbc6c01 100644
--- a/tests/proxy.c
+++ b/tests/proxy.c
@@ -20,6 +20,16 @@
*
*/
+/*
+ * TODO:
+ * - port to gtest
+ * - decide if status 3xx is success or failure
+ * - test user agent handling
+ * - test query params
+ * - test request headers
+ * - test response headers
+ */
+
#include <config.h>
#include <string.h>