r108357 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108356‎ | r108357 | r108358 >
Date:16:40, 8 January 2012
Author:demon
Status:ok
Tags:
Comment:
Another @group Broken
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/api/ApiPurgeTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/api/ApiPurgeTest.php
@@ -10,8 +10,10 @@
1111 $this->doLogin();
1212 }
1313
 14+ /**
 15+ * @group Broken
 16+ */
1417 function testPurgeMainPage() {
15 - $this->markTestIncomplete( "Broken" );
1618 if ( !Title::newFromText( 'UTPage' )->exists() ) {
1719 $this->markTestIncomplete( "The article [[UTPage]] does not exist" );
1820 }

Status & tagging log