Xqt has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/388515 )

Change subject: [test] pagegenerators_tests.py: Update the expected search 
result
......................................................................

[test] pagegenerators_tests.py: Update the expected search result

Bug: T179232
Change-Id: I248e270497ee449dc61336d414834fa4b291f4c6
---
M tests/pagegenerators_tests.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/15/388515/1

diff --git a/tests/pagegenerators_tests.py b/tests/pagegenerators_tests.py
index 92b530c..906598e 100755
--- a/tests/pagegenerators_tests.py
+++ b/tests/pagegenerators_tests.py
@@ -1241,9 +1241,9 @@
         # American Broadcasting Company
         page1 = next(gen)
         self.assertEqual(page1.title(), 'Q169889')
-        # Australian Broadcasting Corporation
+        # ABC, Wikimedia disambiguation page
         page2 = next(gen)
-        self.assertEqual(page2.title(), 'Q781365')
+        self.assertEqual(page2.title(), 'Q286874')
 
     def test_get_category_site(self):
         """Test the getCategory method."""

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I248e270497ee449dc61336d414834fa4b291f4c6
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to