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 @@
94
94
$this->assertArrayHasKey( 'edit', $data[0]['protect']['protections'][0] );
95
95
}
96
96
97
-
97
+ /**
98
+ * @group Broken
99
+ */
98
100
function testGetRollbackToken() {
99
101
100
102
$data = $this->getTokens();
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r100905
Adding context to the API...
johnduhart
23:27, 26 October 2011
Comments
#
Comment by
Hashar
(
talk
|
contribs
)
21:07, 27 October 2011
Jenkins build is a success :-)
Status & tagging log
21:07, 27 October 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r101051
[
removed:
new
added:
ok]