[Zope-CMF] Re: .metadata file

Chris Withers chrisw@nipltd.com
Fri, 14 Mar 2003 17:14:32 +0000


Andy McKay wrote:
> Chris Withers wrote:
> 
>> The tests are currently not running properly for it. Please write unit 
>> tests for your code and make sure _all_ unit tests pass before 
>> resolving the issue.
> 
> Unit tests were written and checked in 
> (CMF/CMFCore/tests/test_FSMetadata.py) and pass here. Please tell me how 
> the unit test fail and I will fix them.

======================================================================
FAIL: Make sure the directory view is reading properties
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_DirectoryView.py", 
line 114, in test_properties
     self.assertEqual(self.ob.fake_skin.testPT.title, 'Zope Pope')
   File "C:\python21\lib\unittest.py", line 273, in failUnlessEqual
     raise self.failureException, (msg or '%s != %s' % (first, second))
AssertionError:  != Zope Pope
----------------------------------------------------------------------

cheers,

Chris