Revision: 404
Author: bslatkin
Date: Wed Mar 23 15:50:04 2011
Log: Fixed test for 1.4.2 App Engine release
http://code.google.com/p/pubsubhubbub/source/detail?r=404
Modified:
/trunk/hub/urlfetch_test_stub.py
=======================================
--- /trunk/hub/urlfetch_test_stub.py Thu Jan 21 19:33:37 2010
+++ /trunk/hub/urlfetch_test_stub.py Wed Mar 23 15:50:04 2011
@@ -91,7 +91,8 @@
len(old_expectations), old_expectations)
def _RetrieveURL(self, url, payload, method, headers, request,
- response, follow_redirects=True, deadline=None):
+ response, follow_redirects=True, deadline=None,
+ validate_certificate=False):
"""Test implementation of retrieving a URL.
Args: