From: Platonides Date: Wed, 27 Oct 2010 20:48:07 +0000 (+0000) Subject: No wonder that the check -added in r75265- Blah == User:Text never succeeded. X-Git-Tag: 1.31.0-rc.0~34253 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=c40c2a48a1a5ee9b3db30da9dcbb2d4a0f804c06;p=lhc%2Fweb%2Fwiklou.git No wonder that the check -added in r75265- Blah == User:Text never succeeded. Changing to something useful. --- diff --git a/maintenance/tests/phpunit/includes/SampleTest.php b/maintenance/tests/phpunit/includes/SampleTest.php index 59857d958d..a9930ebee2 100644 --- a/maintenance/tests/phpunit/includes/SampleTest.php +++ b/maintenance/tests/phpunit/includes/SampleTest.php @@ -44,7 +44,7 @@ class TestSample extends PHPUnit_Framework_TestCase { array( 'Text', null, 'Text' ), array( 'text', null, 'Text' ), array( 'Text', NS_USER, 'User:Text' ), - array( 'Text', NS_USER, 'Blah' ) + array( 'Photo.jpg', NS_IMAGE, 'File:Photo.jpg' ) ); }