From 67eb3326b23609dcb396ec0a8eea73fbc0add226 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 24 Aug 2010 22:36:11 +0000 Subject: [PATCH] Fix those spaces too from r71596/r71592 --- maintenance/tests/SearchEngineTest.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ) { -- 2.20.1