* fixed Parser::runTest() title creation to use Title::newFromText rather than Title...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 29 Jul 2009 20:07:31 +0000 (20:07 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 29 Jul 2009 20:07:31 +0000 (20:07 +0000)
commit5fba8e5ea135dbe353efb30e68ed5ada686fef74
tree57a295f36466a1dd88e26b500e3d12d84b3f7a78
parentf41454b85e359d923eb634acfb6ace7b2d665218
* fixed Parser::runTest() title creation to use Title::newFromText rather than Title::makeTitle() that was forcing the namespace to be NS_MAIN and thus broke some disabled parser tests that have a title that was supposed to not be in NS_MAIN
* re-enabled now working parser tests: "Magic Word: {{NAMESPACE}}", "Magic Word: {{NAMESPACEE}}" and "Magic Word: {{PAGENAME}}"
* updated "Magic Word: {{PAGENAMEE}}" test accordingly, since {{PAGENAMEE}} is not {{FULLPAGENAMEE}}
maintenance/parserTests.inc
maintenance/parserTests.txt