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

jenkins at plone.org jenkins at plone.org
Mon Jan 19 21:52:57 UTC 2015


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

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


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

Repository: Products.Archetypes
Branch: refs/heads/1.9.x
Date: 2015-01-19T22:16:14+01:00
Author: Johannes Raggam (thet) <raggam-nl at adm.at>
Commit: https://github.com/plone/Products.Archetypes/commit/67bec51aaf732d521a0dc4c6c59b219a73992787

Fix ``MimeTypesRegistry`` test import.

Conflicts:
	CHANGES.txt

Files changed:
M CHANGES.txt
M Products/Archetypes/tests/test_classgen.py

diff --git a/CHANGES.txt b/CHANGES.txt
index 6c703df..8990437 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,7 +4,8 @@ Changelog
 1.9.9 (unreleased)
 ------------------
 
-- nothing yet changed
+- Fix ``MimeTypesRegistry`` test import.
+  [thet]
 
 
 1.9.8 (2014-06-03)
diff --git a/Products/Archetypes/tests/test_classgen.py b/Products/Archetypes/tests/test_classgen.py
index b14fce5..5ccb178 100644
--- a/Products/Archetypes/tests/test_classgen.py
+++ b/Products/Archetypes/tests/test_classgen.py
@@ -37,7 +37,7 @@
 from Products.Archetypes import atapi
 from Products.Archetypes.interfaces.base import IBaseUnit
 from Products.Archetypes.ClassGen import generateMethods
-from Products.MimetypesRegistry.MimeTypesTool import MimeTypesTool
+from Products.MimetypesRegistry.MimeTypesRegistry import MimeTypesRegistry
 from Products.PortalTransforms.TransformTool import TransformTool
 
 
@@ -112,7 +112,7 @@ class PortalProperties:
 class Dummy(atapi.BaseContent):
     portal_properties = PortalProperties()
     portal_discussion = DummyDiscussionTool()
-    mimetypes_registry = MimeTypesTool()
+    mimetypes_registry = MimeTypesRegistry()
 
     def __init__(self, oid='test', init_transforms=0, **kwargs):
         atapi.BaseContent.__init__(self, oid, **kwargs)




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


More information about the Testbot mailing list