Index: trunk/phase3/maintenance/tests/SearchEngineTest.php |
— | — | @@ -34,12 +34,12 @@ |
35 | 35 | } |
36 | 36 | |
37 | 37 | 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 | + }*/ |
44 | 44 | } |
45 | 45 | |
46 | 46 | function fetchIds( $results ) { |