* Fixes for Parser tests (was broken with new load balancing system), added LBFactory...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 30 Mar 2008 17:43:51 +0000 (17:43 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 30 Mar 2008 17:43:51 +0000 (17:43 +0000)
commit83d733814447aa168db9ef9b3c702e65ff191bfe
tree83b758de5d9141cab4646d0cde1f0d78c23ed01c
parent82a0d6c1c03a4f618cd86aee2eb5d8d65ccb2a28
* Fixes for Parser tests (was broken with new load balancing system), added LBFactory::destroy() to destroy the singleton instance and force reopening a connection with the new value of $wgDBprefix.
* Added new globals to override:
** $wgGroupPermissions : restore default value for anons, some tests don't pass if anons aren't allowed to edit (there isn't "edit section" links)
** $wgDefaultExternalStore : don't use external sotrage since there isn't a table extdb.parsertest_blobs
includes/LBFactory.php
maintenance/parserTests.inc