From 4a3415eea1f3dca47b62e7e70caa3ea7c8d31e2d Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 20 Jul 2010 10:10:24 +0000 Subject: [PATCH] Uncommented the DROP TABLE queries for parsertest_*, accidentally commented out in r40020. --- maintenance/parserTests.inc | 2 -- 1 file changed, 2 deletions(-) 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;'); - */ } /** -- 2.20.1