HttpTest regression fix: test URL on example.com no longer returns a 404 (now a 302...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 1 Jun 2011 21:13:13 +0000 (21:13 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 1 Jun 2011 21:13:13 +0000 (21:13 +0000)
commit218b50d703815a0413b321ecee91b8709ef4e147
tree486e87616e17cb80cb2d3eb32daa105ad43c6b83
parentbca0bd96807507e52f77128ae07b2669d78d4a6c
HttpTest regression fix: test URL on example.com no longer returns a 404 (now a 302 redirect), so switching the 404 tests to use an URL on mediawiki.org in the /xml/ dir where we stash actual files.
tests/phpunit/includes/HttpTest.php