This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karlcow
Recipients BreamoreBoy, cocobear, karlcow, orsenthil
Date 2014-09-25.02:02:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411610534.63.0.838690232558.issue5550@psf.upfronthosting.co.za>
In-reply-to
Content
OK after fixing my repo (Thanks orsenthil) I got the tests running properly. The inspection order of the two dictionary was not right, so I had to modify a bit the patch.

→ ./python.exe -m unittest -v 
Lib.test.test_urllib2net.OtherNetworkTests.test_headers_case_sensitivity
test_headers_case_sensitivity (Lib.test.test_urllib2net.OtherNetworkTests) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.286s

OK

→ ./python.exe -m unittest -v 
Lib.test.test_urllib2net.OtherNetworkTests.test_custom_headers
test_custom_headers (Lib.test.test_urllib2net.OtherNetworkTests) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.575s

OK


New patch issue5550-5.patch
unlinking issue5550-4.patch
History
Date User Action Args
2014-09-25 02:02:14karlcowsetrecipients: + karlcow, orsenthil, cocobear, BreamoreBoy
2014-09-25 02:02:14karlcowsetmessageid: <1411610534.63.0.838690232558.issue5550@psf.upfronthosting.co.za>
2014-09-25 02:02:14karlcowlinkissue5550 messages
2014-09-25 02:02:14karlcowcreate