"Platonides" changed the status of MediaWiki.r100445 to "fixme" and commented 
it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100445#c27151

Old Status: ok
> New Status: fixme

Commit summary for MediaWiki.r100445:

Use local context to get messages

Platonides's comment:

I set $wgLanguageCode = 'fr'; and run make databaseless
<pre>
There was 1 failure:

1) SideBarTest::testExpandMessages
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
                 (
-                    [text] => Help
+                    [text] => Aide
                     [href] => /index.php/Help:Contents
                     [id] => n-help
                     [active] => 
                 )
 
         )
 
 )
</pre>

It may depend on which order the tests are run. I think some other test is 
initialising RequestContext::getMain() to French (which? where?), and that's 
what makes this test fail.

Just php phpunit.php skins/SideBarTest.php works.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to