[Zope-CMF] Win32 Tests - CMF - failures:3
zope-tests@squishdot.org
zope-tests@squishdot.org
Mon, 19 Aug 2002 10:39:58 +0100
==============================================================================
==============================================================================
Python Version:2.1.3 (#35, Apr 8 2002, 17:47:50) [MSC 32 bit (Intel)]
Modules included:
Zope (Zope-2_5-branch)
CMF (HEAD)
...............................................................................................F...........................................F..F.........................................................................................................................
======================================================================
FAIL: test_DeleteAddEditMethod (Products.CMFCore.tests.test_DirectoryView.DebugModeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_DirectoryView.py", line 176, in test_DeleteAddEditMethod
self.assertEqual(self.ob.fake_skin.test2(),'test2.3')
File "C:\python21\lib\unittest.py", line 273, in failUnlessEqual
raise self.failureException, (msg or '%s != %s' % (first, second))
AssertionError: test2.2 != test2.3
======================================================================
FAIL: Test deleting, then adding, then editing a .security file
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_FSSecurity.py", line 162, in test_DelAddEditPRM
self._checkSettings(self.ob.fake_skin.test5,'View',1,['Manager'])
File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_FSSecurity.py", line 32, in _checkSettings
self.assertEqual((acquire,expected),(acquired,got))
File "C:\python21\lib\unittest.py", line 273, in failUnlessEqual
raise self.failureException, (msg or '%s != %s' % (first, second))
AssertionError: (1, {'Manager': 1}) != (0, {'Anonymous': 1, 'Manager': 1})
======================================================================
FAIL: Test editing a .security
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_FSSecurity.py", line 137, in test_editPRM
self._checkSettings(self.ob.fake_skin.test5,'View',1,['Manager'])
File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\tests\test_FSSecurity.py", line 32, in _checkSettings
self.assertEqual((acquire,expected),(acquired,got))
File "C:\python21\lib\unittest.py", line 273, in failUnlessEqual
raise self.failureException, (msg or '%s != %s' % (first, second))
AssertionError: (1, {'Manager': 1}) != (0, {'Anonymous': 1, 'Manager': 1})
----------------------------------------------------------------------
Ran 264 tests in 15.359s
FAILED (failures=3)