Re: [Zope3-dev] Broken homefolder tests

2006-02-08 Thread Florian Lindner
Am Dienstag, 7. Februar 2006 23:48 schrieb Roger Ineichen: Hi Stephan [...] No, this is usually painful tracking down. You could check for test setup code that assigns AttributeAnnotatable to File. Also note that there is no good way for tearing down classImplements() statements. So

RE: [Zope3-dev] Broken homefolder tests

2006-02-08 Thread Roger Ineichen
Hi Florian [...] [...] No, this is usually painful tracking down. You could check for test setup code that assigns AttributeAnnotatable to File. Also note that there is no good way for tearing down classImplements() statements. So this issue potentially exists in many

Re: [Zope3-dev] Broken homefolder tests

2006-02-07 Thread Stephan Richter
On Monday 06 February 2006 19:18, Roger Ineichen wrote: Does somebody know if there is a method for check if a teardown get called after a test? Some hints? No, this is usually painful tracking down. You could check for test setup code that assigns AttributeAnnotatable to File. Also note that

Re: [Zope3-dev] Broken homefolder tests

2006-02-07 Thread Florian Lindner
Am Dienstag, 7. Februar 2006 10:31 schrieb Stephan Richter: On Monday 06 February 2006 19:18, Roger Ineichen wrote: Does somebody know if there is a method for check if a teardown get called after a test? Some hints? No, this is usually painful tracking down. You could check for test setup

RE: [Zope3-dev] Broken homefolder tests

2006-02-07 Thread Roger Ineichen
Hi Florian [...] No, this is usually painful tracking down. You could check for test setup code that assigns AttributeAnnotatable to File. Also note that there is no good way for tearing down classImplements() statements. So this issue potentially exists in many places. I think

RE: [Zope3-dev] Broken homefolder tests

2006-02-07 Thread Roger Ineichen
Hi Stephan [...] No, this is usually painful tracking down. You could check for test setup code that assigns AttributeAnnotatable to File. Also note that there is no good way for tearing down classImplements() statements. So this issue potentially exists in many places. I think for

[Zope3-dev] Broken homefolder tests

2006-02-06 Thread Roger Ineichen
Hi Florian, and other unittest gurus? The README.txt test in zope.app.homefolder is failing (trunk). This happens because the zope.app.file.file.File doesn't implement IAttributeAnnotatable in the test setup. The bad thing about this is, that the tests are running if you run all tests at once.