r105834 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105833‎ | r105834 | r105835 >
Date:22:39, 11 December 2011
Author:reedy
Status:reverted
Tags:
Comment:
Mark testPurgeMainPage broken after r105828 and r105833

PhpUnit is more than broken locally (and phpunit.de is down)
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/api/ApiPurgeTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/api/ApiPurgeTest.php
@@ -11,6 +11,7 @@
1212 }
1313
1414 function testPurgeMainPage() {
 15+ $this->markTestIncomplete( "Broken" );
1516 if ( !Title::newFromText( 'UTPage' )->exists() ) {
1617 $this->markTestIncomplete( "The article [[UTPage]] does not exist" );
1718 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r105838Revert r105834, WMF locally after fixing PHPUnitreedy23:29, 11 December 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105828* (bug 32495) API should allow purge by pageids....reedy20:43, 11 December 2011
r105833Attempt to fix tests broken by r105828...reedy21:49, 11 December 2011

Status & tagging log