From: Sam Reed Date: Tue, 24 Aug 2010 22:36:11 +0000 (+0000) Subject: Fix those spaces too from r71596/r71592 X-Git-Tag: 1.31.0-rc.0~35335 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=67eb3326b23609dcb396ec0a8eea73fbc0add226;p=lhc%2Fweb%2Fwiklou.git Fix those spaces too from r71596/r71592 --- diff --git a/maintenance/tests/SearchEngineTest.php b/maintenance/tests/SearchEngineTest.php index 4fe879fcd6..b34ad7df7e 100644 --- a/maintenance/tests/SearchEngineTest.php +++ b/maintenance/tests/SearchEngineTest.php @@ -34,12 +34,12 @@ class SearchEngineTest extends MediaWikiTestSetup { } function removeSearchData() { - return; - /*while ( count( $this->pageList ) ) { - list( $title, $id ) = array_pop( $this->pageList ); - $article = new Article( $title, $id ); - $article->doDeleteArticle( "Search Test" ); - }*/ + return; + /*while ( count( $this->pageList ) ) { + list( $title, $id ) = array_pop( $this->pageList ); + $article = new Article( $title, $id ); + $article->doDeleteArticle( "Search Test" ); + }*/ } function fetchIds( $results ) {