Uncommented the DROP TABLE queries for parsertest_*, accidentally commented out in...
[lhc/web/wiklou.git] / maintenance / parserTests.inc
index 883e432..841740b 100644 (file)
@@ -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;');
-               */
        }
 
        /**