jenkins-bot has submitted this change and it was merged.

Change subject: Fix up ChangeLineFormatterTest tests for lowercase "talk" 
message
......................................................................


Fix up ChangeLineFormatterTest tests for lowercase "talk" message

Follows up 3daabc1221a088b93 in MediaWiki core.

Bug: T122278
Change-Id: Iadc1be79151e615206abfe54f946d8f3392983fb
---
M client/tests/phpunit/includes/recentchanges/ChangeLineFormatterTest.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git 
a/client/tests/phpunit/includes/recentchanges/ChangeLineFormatterTest.php 
b/client/tests/phpunit/includes/recentchanges/ChangeLineFormatterTest.php
index 2992b29..bfd77d3 100644
--- a/client/tests/phpunit/includes/recentchanges/ChangeLineFormatterTest.php
+++ b/client/tests/phpunit/includes/recentchanges/ChangeLineFormatterTest.php
@@ -226,7 +226,7 @@
                                        'class' => 'plainlinks',
                                        'href' => 
'http://www.wikidata.org/wiki/User_talk:Cat'
                                ),
-                               'content' => 'Talk'
+                               'content' => 'talk'
                        ),
                        'edit-usercontribs' => array(
                                'tag' => 'a',
@@ -339,7 +339,7 @@
                                        'class' => 'plainlinks',
                                        'href' => 
'http://www.wikidata.org/wiki/User_talk:Cat'
                                ),
-                               'content' => 'Talk'
+                               'content' => 'talk'
                        ),
                        'delete-contribs' => array(
                                'tag' => 'a',

-- 
To view, visit https://gerrit.wikimedia.org/r/260721
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iadc1be79151e615206abfe54f946d8f3392983fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to