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

jenkins at plone.org jenkins at plone.org
Tue Jan 27 18:03:13 UTC 2015


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

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


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

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2015-01-27T18:33:59+01:00
Author: Philip Bauer (pbauer) <bauer at starzel.de>
Commit: https://github.com/plone/plone.app.contenttypes/commit/109850d03af405a0f23da396f41bfab09984e6d5

fix code-analysis and indent

Files changed:
M plone/app/contenttypes/migration/browser.py
M plone/app/contenttypes/migration/migration.py
M plone/app/contenttypes/migration/patches.py
M plone/app/contenttypes/tests/test_migration_topic.py

diff --git a/plone/app/contenttypes/migration/browser.py b/plone/app/contenttypes/migration/browser.py
index 7c58764..f6cec0c 100644
--- a/plone/app/contenttypes/migration/browser.py
+++ b/plone/app/contenttypes/migration/browser.py
@@ -18,7 +18,8 @@
 from plone.app.contenttypes.content import NewsItem
 from plone.app.contenttypes.migration import dxmigration
 from plone.app.contenttypes.migration import migration
-from plone.app.contenttypes.migration.patches import patched_insertForwardIndexEntry
+from plone.app.contenttypes.migration.patches import \
+    patched_insertForwardIndexEntry
 from plone.app.contenttypes.migration.utils import HAS_MULTILINGUAL
 from plone.app.contenttypes.migration.utils import installTypeIfNeeded
 from plone.app.contenttypes.migration.utils import isSchemaExtended
diff --git a/plone/app/contenttypes/migration/migration.py b/plone/app/contenttypes/migration/migration.py
index 7c60cf7..5ca0793 100644
--- a/plone/app/contenttypes/migration/migration.py
+++ b/plone/app/contenttypes/migration/migration.py
@@ -162,7 +162,7 @@ def cleanup_stored_refs(obj):
     if safe_hasattr(obj, '_backrefs'):
         del obj._backrefs
     if safe_hasattr(obj, '_relatedItemsOrder'):
-    del obj._relatedItemsOrder
+        del obj._relatedItemsOrder
 
 
 def restoreReferences(portal,
diff --git a/plone/app/contenttypes/migration/patches.py b/plone/app/contenttypes/migration/patches.py
index 30ecc88..3c1ab0c 100644
--- a/plone/app/contenttypes/migration/patches.py
+++ b/plone/app/contenttypes/migration/patches.py
@@ -1,4 +1,4 @@
-# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
 """Patches used for migrations. These patches are applied before and removed
 after running the migration.
 """
diff --git a/plone/app/contenttypes/tests/test_migration_topic.py b/plone/app/contenttypes/tests/test_migration_topic.py
index b24ec57..7789964 100644
--- a/plone/app/contenttypes/tests/test_migration_topic.py
+++ b/plone/app/contenttypes/tests/test_migration_topic.py
@@ -1,17 +1,17 @@
 # -*- coding: utf-8 -*-
 from DateTime import DateTime
 from Products.CMFCore.utils import getToolByName
-from plone.app.contenttypes.migration.topics import migrate_topics
 from plone.app.contenttypes.behaviors.collection import ICollection
+from plone.app.contenttypes.migration.topics import migrate_topics
 from plone.app.contenttypes.testing import \
     PLONE_APP_CONTENTTYPES_MIGRATION_TESTING
-from plone.dexterity.content import Container
+from plone.app.querystring.queryparser import parseFormquery
 from plone.app.testing import applyProfile
 from plone.app.testing import login
+from plone.dexterity.content import Container
 from plone.dexterity.interfaces import IDexterityFTI
 from zope.component import queryUtility
 from zope.interface import implementer
-from plone.app.querystring.queryparser import parseFormquery
 
 import unittest
 
@@ -368,7 +368,6 @@ def test_ATPathCriterion(self):
                            'o': 'plone.app.querystring.operation.string.path',
                            'v': self.portal.folder.UID()}])
         # check is the query is correct
-        from plone.app.querystring.queryparser import parseFormquery
         self.assertEqual(
             parseFormquery(self.portal, self.portal.topic.query),
             {'path': {'query': ['/plone/folder']}})




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


More information about the Testbot mailing list