r71597 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71596‎ | r71597 | r71598 >
Date:22:36, 24 August 2010
Author:reedy
Status:ok
Tags:
Comment:
Fix those spaces too from r71596/r71592
Modified paths:
  • /trunk/phase3/maintenance/tests/SearchEngineTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/SearchEngineTest.php
@@ -34,12 +34,12 @@
3535 }
3636
3737 function removeSearchData() {
38 - return;
39 - /*while ( count( $this->pageList ) ) {
40 - list( $title, $id ) = array_pop( $this->pageList );
41 - $article = new Article( $title, $id );
42 - $article->doDeleteArticle( "Search Test" );
43 - }*/
 38+ return;
 39+ /*while ( count( $this->pageList ) ) {
 40+ list( $title, $id ) = array_pop( $this->pageList );
 41+ $article = new Article( $title, $id );
 42+ $article->doDeleteArticle( "Search Test" );
 43+ }*/
4444 }
4545
4646 function fetchIds( $results ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71592Remove some unreachable code (usually returns after throwing exceptions)...reedy22:03, 24 August 2010
r71596Fixup whitespace from r71592...reedy22:34, 24 August 2010

Status & tagging log