r111534 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111533‎ | r111534 | r111535 >
Date:13:31, 15 February 2012
Author:ialex
Status:ok
Tags:
Comment:
Removed assertions calling MWNamespace::isMain() from MWNamespaceTest::testIsSubject() that give an error since the former now calls wfDeprecated()
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php
@@ -53,10 +53,6 @@
5454 $this->assertIsNotSubject( NS_TALK );
5555 $this->assertIsNotSubject( NS_USER_TALK );
5656 $this->assertIsNotSubject( 101 ); # user defined
57 -
58 - // Back compat
59 - $this->assertTrue( MWNamespace::isMain( NS_MAIN ) == MWNamespace::isSubject( NS_MAIN ) );
60 - $this->assertTrue( MWNamespace::isMain( NS_USER_TALK ) == MWNamespace::isSubject( NS_USER_TALK ) );
6157 }
6258
6359 /**

Status & tagging log