MessageCacheTest: remove sunday from tested words

The remaining test cases (MessageCacheTest-*) should already test
everything that testing for sunday does. This change is to ensure that
changes to the translation strings made on translatewiki do not cause
unnecessary test failures.

Bug: T298392
Change-Id: Ie9632da6eee505ab77108b74aa126e479d99be4f
This commit is contained in:
Taavi Väänänen 2021-12-30 14:54:51 +02:00
parent 2518706eae
commit de3a7ef3b9
No known key found for this signature in database
GPG key ID: EF242F709F912FBE

View file

@ -43,9 +43,6 @@ class MessageCacheTest extends MediaWikiLangTestCase {
// Fallback to the content language
$this->makePage( 'FallbackLanguageTest-ContLang', 'de' );
// Add customizations for an existing message.
$this->makePage( 'sunday', 'ru' );
// Full key tests -- always want russian
$this->makePage( 'MessageCacheTest-FullKeyTest', 'ab' );
$this->makePage( 'MessageCacheTest-FullKeyTest', 'ru' );
@ -101,9 +98,6 @@ class MessageCacheTest extends MediaWikiLangTestCase {
[ 'FallbackLanguageTest-ContLang', 'ab', 'de' ],
[ 'FallbackLanguageTest-None', 'ab', false ],
// Existing message with customizations on the fallbacks
[ 'sunday', 'ab', 'амҽыш' ],
// T48579
[ 'FallbackLanguageTest-NoDervContLang', 'de', 'de/none' ],
// UI language different from content language should only use de/none as last option