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

jenkins at plone.org jenkins at plone.org
Fri Oct 10 03:24:08 UTC 2014


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

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


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

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-10-09T23:58:54-03:00
Author: Franco Pellegrini (frapell) <frapell at gmail.com>
Commit: https://github.com/plone/plone.app.contenttypes/commit/085b88fffd1b46a6ff94fca5e4bfa2fea4220ad3

new_type_name was renamed to type_name in 3b9e0f68c6d5638b97bf44b211cbeeb28549a386. Fixing the results template

Files changed:
M plone/app/contenttypes/migration/atct_migrator_results.pt

diff --git a/plone/app/contenttypes/migration/atct_migrator_results.pt b/plone/app/contenttypes/migration/atct_migrator_results.pt
index e034637..74a7422 100644
--- a/plone/app/contenttypes/migration/atct_migrator_results.pt
+++ b/plone/app/contenttypes/migration/atct_migrator_results.pt
@@ -38,7 +38,7 @@
     <tal:block tal:repeat="ct results/content_types">
     <tr>
       <td tal:content="python:results['migrated_types'][ct]['old_meta_type']"></td>
-      <td tal:content="python:results['migrated_types'][ct]['new_type_name']"></td>
+      <td tal:content="python:results['migrated_types'][ct]['type_name']"></td>
       <td tal:content="python:results['migrated_types'][ct]['amount_migrated']"></td>
     </tr>
     </tal:block>




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


More information about the Testbot mailing list