jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1055383?usp=email )
Change subject: [tests] fix archivebot_tests for uz-wiki
......................................................................
[tests] fix archivebot_tests for uz-wiki
Bug: T370501
Change-Id: I83199778d887bbea677e33b3441e113d565c1f87
---
M tests/archivebot_tests.py
1 file changed, 3 insertions(+), 2 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/archivebot_tests.py b/tests/archivebot_tests.py
index a5f8db2..29361f8 100755
--- a/tests/archivebot_tests.py
+++ b/tests/archivebot_tests.py
@@ -23,11 +23,11 @@
'hi': 0, 'hr': 2, 'hu': 5, 'id': 3, 'it': 25, 'ja': 4, 'la': 0, 'lt': 1,
'nl': 9, 'nn': 0, 'no': 0, 'pdc': 25, 'pfl': 3, 'pl': 8, 'pt': 0, 'ro': 1,
'ru': 20, 'scn': 2, 'simple': 1, 'sr': 0, 'sv': 5, 'th': 1, 'tr': 7,
- 'ug': 0, 'uk': 1, 'uz': 1, 'vi': 1, 'zh': 4, 'zh-yue': 2,
+ 'ug': 0, 'uk': 1, 'vi': 1, 'zh': 4, 'zh-yue': 2,
}
THREADS_WITH_UPDATED_FORMAT = {
- 'eo': 1, 'pdc': 1,
+ 'eo': 1, 'pdc': 1, 'uz': 0,
}
@@ -157,6 +157,7 @@
# <message name="feb" xml:space="preserve">Han.</message>.
# for new entries it should work
# 'th': year is 2552 while regex assumes 19..|20.., might be fixed
+ # 'uz': changed month name for October (T370501)
class TestArchiveBotAfterDateUpdate(TestCase):
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1055383?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I83199778d887bbea677e33b3441e113d565c1f87
Gerrit-Change-Number: 1055383
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]