From: Tim Starling Date: Tue, 20 Jul 2010 10:10:24 +0000 (+0000) Subject: Uncommented the DROP TABLE queries for parsertest_*, accidentally commented out in... X-Git-Tag: 1.31.0-rc.0~36057 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%2C%22id_auteur=%24connecte%22%29%20.%20%22?a=commitdiff_plain;h=4a3415eea1f3dca47b62e7e70caa3ea7c8d31e2d;p=lhc%2Fweb%2Fwiklou.git Uncommented the DROP TABLE queries for parsertest_*, accidentally commented out in r40020. --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 883e4329ca..841740bafe 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -780,7 +780,6 @@ class ParserTest { return; } - /* $tables = $this->listTables(); $db = wfGetDB( DB_MASTER ); foreach ( $tables as $table ) { @@ -789,7 +788,6 @@ class ParserTest { } if ($wgDBtype == 'oracle') $db->query('BEGIN FILL_WIKI_INFO; END;'); - */ } /**