r89312 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89311‎ | r89312 | r89313 >
Date:01:28, 2 June 2011
Author:demon
Status:ok (Comments)
Tags:
Comment:
Followup r89311: rv unrelated changes
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/BlockTest.php (modified) (history)
  • /trunk/phase3/tests/phpunit/suite.xml (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/suite.xml
@@ -9,7 +9,7 @@
1010 convertWarningsToExceptions="true"
1111 stopOnFailure="false"
1212 strict="true"
13 - verbose="false">
 13+ verbose="true">
1414 <testsuites>
1515 <testsuite name="includes">
1616 <directory>./includes</directory>
Index: trunk/phase3/tests/phpunit/includes/BlockTest.php
@@ -2,6 +2,7 @@
33
44 /**
55 * @group Database
 6+ * @group Broken
67 */
78 class BlockTest extends MediaWikiLangTestCase {
89

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89311Make user right selection in installer actually work, thanks Krinkle for spot...demon01:26, 2 June 2011

Comments

#Comment by Hashar (talk | contribs)   10:42, 16 July 2011

not needed in 1.18, just have to cherry pick from r89311.

Status & tagging log