From c40c2a48a1a5ee9b3db30da9dcbb2d4a0f804c06 Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 27 Oct 2010 20:48:07 +0000 Subject: [PATCH] No wonder that the check -added in r75265- Blah == User:Text never succeeded. Changing to something useful. --- maintenance/tests/phpunit/includes/SampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ); } -- 2.20.1