Xqt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/279602

Change subject: [fix] rename test method due to spelling mistake
......................................................................

[fix] rename test method due to spelling mistake

Bug: T130920
Change-Id: I639d9551e2d3bc04e2831384eaf18d7a013973ef
---
M tests/page_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/02/279602/1

diff --git a/tests/page_tests.py b/tests/page_tests.py
index 9eb7d83..58f1f6b 100644
--- a/tests/page_tests.py
+++ b/tests/page_tests.py
@@ -613,7 +613,7 @@
 
     @unittest.skipIf(not PY2, 'Python 2 specific test')
     @unittest.expectedFailure
-    def test_ASCII_comatible(self):
+    def test_ASCII_compatible(self):
         """Test that repr returns ASCII compatible bytes in Python 2."""
         page = pywikibot.Page(self.site, 'รค')
         # Bug T95809, the repr in Python 2 should be decodable as ASCII

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I639d9551e2d3bc04e2831384eaf18d7a013973ef
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>

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

Reply via email to