[Testbot] Plone 5.0 - Python 2.7 - Build # 2583 - Still failing! - 34 failure(s)

jenkins at plone.org jenkins at plone.org
Tue Jun 17 13:51:03 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 2583 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/2583/


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

Repository: Products.Archetypes
Branch: refs/heads/master
Date: 2014-05-27T08:57:25+02:00
Author: Yulia Kallistratova (montypie) <kallistratova at gmail.com>
Commit: https://github.com/plone/Products.Archetypes/commit/9bbb694bde3dc63906ca52eda1d12f67a2181e7a

updated syntax

Files changed:
M Products/Archetypes/subscribers.py

diff --git a/Products/Archetypes/subscribers.py b/Products/Archetypes/subscribers.py
index 9f6c957..669eb24 100644
--- a/Products/Archetypes/subscribers.py
+++ b/Products/Archetypes/subscribers.py
@@ -4,4 +4,4 @@
 def updateCreationOnCopy(obj, event):
     """ Update creation date when object duplicated via copy/paste"""
     obj.setCreationDate(DateTime())
-    obj.reindexObject('CreationDate')
+    obj.reindexObject(idxs=['created'])


Repository: Products.Archetypes
Branch: refs/heads/master
Date: 2014-06-17T01:07:35+02:00
Author: Jens W. Klein (jensens) <jens at bluedynamics.com>
Commit: https://github.com/plone/Products.Archetypes/commit/8c606cfd806774a6e7749e236ede6dd3c593f03d

Merge pull request #40 from montypie/master

corrected syntax

Files changed:
M Products/Archetypes/subscribers.py

diff --git a/Products/Archetypes/subscribers.py b/Products/Archetypes/subscribers.py
index 9f6c957..669eb24 100644
--- a/Products/Archetypes/subscribers.py
+++ b/Products/Archetypes/subscribers.py
@@ -4,4 +4,4 @@
 def updateCreationOnCopy(obj, event):
     """ Update creation date when object duplicated via copy/paste"""
     obj.setCreationDate(DateTime())
-    obj.reindexObject('CreationDate')
+    obj.reindexObject(idxs=['created'])




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


More information about the Testbot mailing list