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:
parent
2518706eae
commit
de3a7ef3b9
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue