https://bugzilla.wikimedia.org/show_bug.cgi?id=26487

           Summary: parserTests setting its own messages fail on wfMsg
           Product: MediaWiki
           Version: 1.18-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Internationalization
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: platoni...@gmail.com
                CC: niklas.laxst...@gmail.com


Steps to reproduce:
* Set $wgLanguageCode to something other than en in your LocalSettings (yes,
parserTests will change to use the English messages)
* Remove 'my_wiki-parsertest_:messages:en' from your "normal" objectcache, eg.
DELETE FROM objectcache WHERE keyname = 'my_wiki-parsertest_:messages:en';

(it is loaded from there before the parsertests switches tables)

Run he parser tests
The following parser tests set its own MediaWiki article, and will fail.
* Bad images - basic functionality...
* Bad images - bug 16039: text after bad image disappears...
* <ref> with custom group link..

However, changing $wgLanguageCode to en, and running fixes it for as long as
the cache is saved.
Seems that it isn't saved, there's something wrong with its cache...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to