follow r77243 and r77315 which claimed to fix, but didn't -- fix the unit test was...
authorMark A. Hershberger <mah@users.mediawiki.org>
Fri, 26 Nov 2010 01:16:52 +0000 (01:16 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Fri, 26 Nov 2010 01:16:52 +0000 (01:16 +0000)
maintenance/tests/phpunit/includes/TitlePermissionTest.php

index c0a0346..81b3f6e 100644 (file)
@@ -632,7 +632,7 @@ class TitlePermissionTest extends PHPUnit_Framework_TestCase {
                        self::$title->getUserPermissionsErrors( 'move-target',
                        self::$user ) );
 
-               $this->assertEquals( true,
+               $this->assertEquals( false,
                                                         self::$title->userCan( 'move-target', self::$user ) );
 
                global $wgLocalTZoffset;