summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcgregorio <jcgregorio@web82.webfaction.com>2011-05-24 12:49:48 -0500
committerjcgregorio <jcgregorio@web82.webfaction.com>2011-05-24 12:49:48 -0500
commita0e2b2a5020aa96b8c818d3584300da82c87d824 (patch)
tree6706a4f163b4e9732e4c140c55e7c8d0d4bde505
parented72cba49248fa51f5787d4a2c19f36297a9ee5f (diff)
downloadhttplib2-a0e2b2a5020aa96b8c818d3584300da82c87d824.tar.gz
Updating tests
-rw-r--r--[-rwxr-xr-x]test/302/.myhtaccess0
-rwxr-xr-xtest/conditional-updates/test.cgi2
-rw-r--r--[-rwxr-xr-x]test/deflate/deflated-contentbin35 -> 35 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/test/302/.myhtaccess b/test/302/.myhtaccess
index 844154f..844154f 100755..100644
--- a/test/302/.myhtaccess
+++ b/test/302/.myhtaccess
diff --git a/test/conditional-updates/test.cgi b/test/conditional-updates/test.cgi
index b7eb351..9d296ea 100755
--- a/test/conditional-updates/test.cgi
+++ b/test/conditional-updates/test.cgi
@@ -13,7 +13,7 @@ if "GET" == method:
print "Status: 200 Ok"
print "ETag: 123456789"
print ""
-elif method in ["PUT", "DELETE"]:
+elif method in ["PUT", "DELETE", "PATCH"]:
if "123456789" == os.environ.get('HTTP_IF_MATCH', ''):
print "Status: 200 Ok"
print ""
diff --git a/test/deflate/deflated-content b/test/deflate/deflated-content
index 4a548b4..4a548b4 100755..100644
--- a/test/deflate/deflated-content
+++ b/test/deflate/deflated-content
Binary files differ