Fix those spaces too from r71596/r71592
authorSam Reed <reedy@users.mediawiki.org>
Tue, 24 Aug 2010 22:36:11 +0000 (22:36 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 24 Aug 2010 22:36:11 +0000 (22:36 +0000)
maintenance/tests/SearchEngineTest.php

index 4fe879f..b34ad7d 100644 (file)
@@ -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 ) {