Merge with 3.4
This commit is contained in:
commit
36d99dcf2b
|
@ -333,7 +333,7 @@ class SimpleHTTPServerTestCase(BaseTestCase):
|
|||
response = self.request('/', method='FOO')
|
||||
self.check_status_and_reason(response, 501)
|
||||
# requests must be case sensitive,so this should fail too
|
||||
response = self.request('/', method='get')
|
||||
response = self.request('/', method='custom')
|
||||
self.check_status_and_reason(response, 501)
|
||||
response = self.request('/', method='GETs')
|
||||
self.check_status_and_reason(response, 501)
|
||||
|
|
Loading…
Reference in New Issue