jenkins-bot has submitted this change and it was merged.
Change subject: [FIX] site_tests: Typo in the end timestamp
......................................................................
[FIX] site_tests: Typo in the end timestamp
One timestamp contained three digits for the hour which is an invalid
format and it does not test the format.
Change-Id: I1f1bfc60ed397e8c30983b8fe166c71805525463
---
M tests/site_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Ricordisamoa: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/site_tests.py b/tests/site_tests.py
index 8cfc2fd..6a2c530 100644
--- a/tests/site_tests.py
+++ b/tests/site_tests.py
@@ -1769,7 +1769,7 @@
# Raises "loadrevisions: endtime > starttime with rvdir=False"
self.assertRaises(ValueError, self.mysite.loadrevisions,
self.mainpage, rvdir=False,
- starttime="2002-01-01T00:00:00Z",
endtime="2002-02-01T000:00:00Z")
+ starttime="2002-01-01T00:00:00Z",
endtime="2002-02-01T00:00:00Z")
def testLoadRevisions_rev_id(self):
"""Test the site.loadrevisions() method, listing based on rev_id."""
--
To view, visit https://gerrit.wikimedia.org/r/218301
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1f1bfc60ed397e8c30983b8fe166c71805525463
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Ricordisamoa <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits