r74228 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74227‎ | r74228 | r74229 >
Date:18:21, 3 October 2010
Author:reedy
Status:ok
Tags:
Comment:
Marking testApiGotCookie incomplete

$this->markTestIncomplete( "The server can't do external HTTP requests, and the internal one won't give cookies" );
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/includes/api/ApiTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/includes/api/ApiTest.php
@@ -164,6 +164,8 @@
165165 }
166166
167167 function testApiGotCookie() {
 168+ $this->markTestIncomplete( "The server can't do external HTTP requests, and the internal one won't give cookies" );
 169+
168170 global $wgServer, $wgScriptPath;
169171
170172 if ( !isset( $wgServer ) ) {

Status & tagging log