Update git submodules
* Update extensions/Echo from branch 'REL1_43'
to 60d24895f4e8318b37f565fd82dd32cd1c493ee1
- DiscussionParserTest: Fix false negative due to reused Title instance
Why:
- testSigningDetection() currently fails when run in isolation, because
the test case "Bug: T87852" relies on testGenerateEventsForRevision()
having prewarmed the Title::newFromText() cache with a Title instance
for the user page of the user being tested.
- This is because the latter test correctly mocks the content language
code, while the former does not.
What:
- Allow testSigningDetection() to override the language code.
Bug: T395214
Change-Id: Ic35b45015ff5a53f6e728b69b59cc57efe0b390b
(cherry picked from commit 982818b0cfa28432d8a7564c9b68a762096f1feb)
This commit is contained in:
parent
e93b962f69
commit
81ef984c90
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 626de8008a64c75a644932408ef3cc86c140cedb
|
||||
Subproject commit 60d24895f4e8318b37f565fd82dd32cd1c493ee1
|
||||
Loading…
Reference in a new issue