[Testbot] Plone 4.3 - Python 2.7 - Build # 2076 - Still failing! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Thu Mar 20 12:47:28 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 2076 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.7/2076/


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

Repository: plone.app.form
Branch: refs/heads/2.2.x
Date: 2014-03-20T13:00:59+01:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.app.form/commit/e04f8e15caf76f76724ebda5a041059d963bbcee

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

This reverts commit 063047c9b3d9471d034e009fd9948c11aa7c1cc1.

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 601cf98..1d5d069 100644
--- a/plone/app/form/widgets/datecomponents.txt
+++ b/plone/app/form/widgets/datecomponents.txt
@@ -146,12 +146,11 @@ 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', '30', '21', '00')
-
-un-monkey patch
-  >>> DateTime.DateTime.localZone = realLocalZone
+  (2499, '12', '31', '00', '00')




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


More information about the Testbot mailing list