Index: trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php |
— | — | @@ -53,10 +53,6 @@ |
54 | 54 | $this->assertIsNotSubject( NS_TALK ); |
55 | 55 | $this->assertIsNotSubject( NS_USER_TALK ); |
56 | 56 | $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 ) ); |
61 | 57 | } |
62 | 58 | |
63 | 59 | /** |