XZise has uploaded a new change for review.

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

Change subject: [FIX] site_tests: Typo in the end timestamp
......................................................................

[FIX] site_tests: Typo in the end timestamp

One the timestamp contained three digits for the hour which is an invalid
format and not what is tested there.

Change-Id: I1f1bfc60ed397e8c30983b8fe166c71805525463
---
M tests/site_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/01/218301/1

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: newchange
Gerrit-Change-Id: I1f1bfc60ed397e8c30983b8fe166c71805525463
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <[email protected]>

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

Reply via email to