[Testbot] Plone 4.3 - Python 2.6 - Build # 1857 - Still failing! - 7 failure(s)

jenkins at plone.org jenkins at plone.org
Thu Mar 13 16:41:52 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 1857 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/1857/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.form
Branch: refs/heads/2.2.x
Date: 2014-03-13T11:05:57-05:00
Author: Nathan Van Gheem (vangheem) <vangheem at gmail.com>
Commit: https://github.com/plone/plone.app.form/commit/063047c9b3d9471d034e009fd9948c11aa7c1cc1

use fake time zone for final date after 2500 check. Hopefully will fix tests forever...

Files changed:
M plone/app/form/widgets/datecomponents.txt

diff --git a/plone/app/form/widgets/datecomponents.txt b/plone/app/form/widgets/datecomponents.txt
index 1d5d069..601cf98 100644
--- a/plone/app/form/widgets/datecomponents.txt
+++ b/plone/app/form/widgets/datecomponents.txt
@@ -146,11 +146,12 @@ Test date before 2499
   >>> parseDate(parts)
   (2499, '12', '30', '08', '00')
 
-  >>> DateTime.DateTime.localZone = realLocalZone
-
 Test date after 2500
 
   >>> date = "2501-01-30 22:00 US/Pacific"
   >>> parts = view.result(date=date)
   >>> parseDate(parts)
-  (2499, '12', '31', '00', '00')
+  (2499, '12', '30', '21', '00')
+
+un-monkey patch
+  >>> DateTime.DateTime.localZone = realLocalZone




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1039 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140313/be906c4b/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 168228 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140313/be906c4b/attachment-0003.obj>


More information about the Testbot mailing list