commit | 850d92e04797be10946245db44d4c353505d0f06 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Mon Feb 14 23:30:21 2011 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Mon Feb 14 23:30:21 2011 -0500 |
tree | 5553173f970de328fec86c2b8525ce8b20f875a1 | |
parent | e829674491a1164a7e6c7be13629af23862f7b1f [diff] [blame] |
Fixes issue 98.
diff --git a/python3/httplib2test.py b/python3/httplib2test.py index f622a30..8cd6809 100755 --- a/python3/httplib2test.py +++ b/python3/httplib2test.py
@@ -395,7 +395,7 @@ self.fail("Threw wrong kind of exception ") # Re-run the test with out the exceptions - self.http.force_exception_to_status_code = True + self.http.force_exception_to_status_code = True (response, content) = self.http.request(uri, "GET", redirections = 1) self.assertEqual(response.status, 500)