r101051 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101050‎ | r101051 | r101052 >
Date:21:01, 27 October 2011
Author:johnduhart
Status:ok (Comments)
Tags:
Comment:
Followup r100905, disabling testGetRollbackToken because it reports as failed on Jenkins but no one can reproduce it.
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/api/ApiWatchTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/api/ApiWatchTest.php
@@ -93,7 +93,9 @@
9494 $this->assertArrayHasKey( 'edit', $data[0]['protect']['protections'][0] );
9595 }
9696
97 -
 97+ /**
 98+ * @group Broken
 99+ */
98100 function testGetRollbackToken() {
99101
100102 $data = $this->getTokens();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100905Adding context to the API...johnduhart23:27, 26 October 2011

Comments

#Comment by Hashar (talk | contribs)   21:07, 27 October 2011

Jenkins build is a success :-)

Status & tagging log