Re: [Zope-CMF] Re: SVN: CMF/trunk/CMFCore/tests/test_ - made copy tests more independent from implementation details of _verifyObjectPaste

2005-12-02 Thread Jens Vagelpohl


On 2 Dec 2005, at 18:58, yuppie wrote:


Tres Seaver wrote:

 import Testing
-import Zope2
-Zope2.startup()

I'm seeing issues in some tests which fail when run outside the full
suite after changes like these.  E.g.,
zopectl test CMFDefault


I'm trying to run those tests and seem to come against some  
dependency issue, once again. Running CMF trunk with Five trunk and  
the Zope-2.8-branch gives me this:


  File /usr/local/zope/28Instance/Products/GenericSetup/utils.py,  
line 36, in ?

from Products.Five.bbb.OFS_interfaces import IOrderedContainer
ImportError: No module named bbb.OFS_interfaces

Could we please be a little more specific in each modules'  
DEPENDENCIES.txt about the exact software versions needed? The one in  
GenericSetup only says Five = 1.2. What do I need?


jens

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope-CMF] Re: SVN: CMF/trunk/CMFCore/tests/test_ - made copy tests more independent from implementation details of _verifyObjectPaste

2005-12-02 Thread Jens Vagelpohl


On 2 Dec 2005, at 18:58, yuppie wrote:


Tres Seaver wrote:

 import Testing
-import Zope2
-Zope2.startup()

I'm seeing issues in some tests which fail when run outside the full
suite after changes like these.  E.g.,
zopectl test CMFDefault


These issues are not present on the trunk, they are specific to your  
branch, Tres. I see failures as well, but it all blows up with  
exceptions like this:


==
ERROR: test_join_memberproperties  
(CMFDefault.tests.test_join.MembershipTests)

--
Traceback (most recent call last):
  File /usr/local/zope/28Instance/Products/CMFDefault/tests/ 
test_join.py, line 37, in setUp

zcml.load_config('configure.zcml', Products.DCWorkflow)
AttributeError: 'module' object has no attribute 'DCWorkflow'

hm... does this help?

jens

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests