r108136 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108135‎ | r108136 | r108137 >
Date:11:03, 5 January 2012
Author:hashar
Status:ok
Tags:
Comment:
parserTest need to clone user_former_groups table

Not sure why it is suddenly needed.
Modified paths:
  • /trunk/phase3/tests/parser/parserTest.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/parser/parserTest.inc
@@ -732,7 +732,7 @@
733733 * Some of these probably aren't necessary.
734734 */
735735 private function listTables() {
736 - $tables = array( 'user', 'user_properties', 'page', 'page_restrictions',
 736+ $tables = array( 'user', 'user_properties', 'user_former_groups', 'page', 'page_restrictions',
737737 'protected_titles', 'revision', 'text', 'pagelinks', 'imagelinks',
738738 'categorylinks', 'templatelinks', 'externallinks', 'langlinks', 'iwlinks',
739739 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage',

Status & tagging log