Revert r105834, WMF locally after fixing PHPUnit
authorSam Reed <reedy@users.mediawiki.org>
Sun, 11 Dec 2011 23:29:06 +0000 (23:29 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 11 Dec 2011 23:29:06 +0000 (23:29 +0000)
tests/phpunit/includes/api/ApiPurgeTest.php

index 04e2dda..553cd26 100644 (file)
@@ -11,7 +11,6 @@ class ApiPurgeTest extends ApiTestCase {
        }
 
        function testPurgeMainPage() {
-               $this->markTestIncomplete( "Broken" );
                if ( !Title::newFromText( 'UTPage' )->exists() ) {
                        $this->markTestIncomplete( "The article [[UTPage]] does not exist" );
                }