jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663559 )

Change subject: [doc] Update doc for logentries_tests.py
......................................................................

[doc] Update doc for logentries_tests.py

The old format has been dropped with MW 1.25

Change-Id: I4ba5db953f6608d35b4f1924e6f0db07957af0c2
---
M tests/logentries_tests.py
1 file changed, 4 insertions(+), 4 deletions(-)

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



diff --git a/tests/logentries_tests.py b/tests/logentries_tests.py
index 5de828a..42ad908 100644
--- a/tests/logentries_tests.py
+++ b/tests/logentries_tests.py
@@ -28,9 +28,9 @@

     It uses the German Wikipedia for a current representation of the
     log entries and the test Wikipedia for the future representation.
-    It also tests on a wiki with MW 1.19 to check that it can still read
-    the older format. It currently uses wowwiki which as of this commit
-    uses 1.19.24.
+    It also tests on a wiki with MW < 1.25 to check that it can still
+    read the older format. It currently uses portalwiki which as of this
+    commit uses 1.23.16.
     """

     sites = {
@@ -63,7 +63,7 @@
             # This is an assertion as the tests don't make sense with newer
             # MW versions and otherwise it might not be visible that the test
             # isn't run on an older wiki.
-            self.assertLess(self.site.mw_version, '1.24')
+            self.assertLess(self.site.mw_version, '1.25')
         try:
             le = next(iter(self.site.logevents(logtype=logtype, total=1)))
         except StopIteration:

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663559
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I4ba5db953f6608d35b4f1924e6f0db07957af0c2
Gerrit-Change-Number: 663559
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to