merge - fix the incorrect changes made for PATH_INFO value - Issue10484

This commit is contained in:
Senthil Kumaran 2012-04-11 03:16:16 +08:00
commit d05853da97
2 changed files with 6 additions and 11 deletions

View file

@ -377,7 +377,6 @@ class CGIHTTPServerTestCase(BaseTestCase):
'/.//': ('/', ''),
'cgi-bin/file1.py': ('/cgi-bin', 'file1.py'),
'/cgi-bin/file1.py': ('/cgi-bin', 'file1.py'),
'/cgi-bin/file1.py/PATH-INFO': ('/cgi-bin', 'file1.py/PATH-INFO'),
'a': ('/', 'a'),
'/a': ('/', 'a'),
'//a': ('/', 'a'),