Fixes for r88883, r89197:
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 1 Jun 2011 00:51:09 +0000 (00:51 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 1 Jun 2011 00:51:09 +0000 (00:51 +0000)
commit529e92b2830f02906a7df7854f2aecf46326742d
tree5521081a4f52c45aff40a8bd51ccfa03338f168e
parentbf4c6df0a975ff6df06da79f56e12e3f08883a39
Fixes for r88883, r89197:
* Modified WebRequest::findIE6Extension() to fix the performance issue and the hash parsing issue I noted on CR
* In FindIE6ExtensionTest, fixed all the assertEquals() calls, I had the expected and actual around the wrong way
* Added a couple of extra tests for cases that seemed important during the rewrite.
includes/WebRequest.php
tests/phpunit/includes/FindIE6ExtensionTest.php