[Zope3-dev] Need help resolving test failures

Jim Fulton jim at zope.com
Fri Aug 27 10:47:30 EDT 2004


I've created a ZopeX3-3.0-broken branch on which I've disabled a global
grant for the test manager used for functional tests.  This causes the
following 12 functional test failures:


   testSkinsLayersView (zope.app.apidoc.viewmodule.ftests.ViewModuleTests)
   Unauthorized: ('name', 'zope.app.apidoc.UseAPIDoc')

   testDomainOverview (zope.app.applicationcontrol.browser.ftests.test_translationdomaincontrol.ZODBControlTest)
   Unauthorized: ('browserDefault', 'zope.ManageApplication')

   testReload (zope.app.applicationcontrol.browser.ftests.test_translationdomaincontrol.ZODBControlTest)
   Unauthorized: ('browserDefault', 'zope.ManageApplication')

   testZODBControlOverview (zope.app.applicationcontrol.browser.ftests.test_zodbcontrol.ZODBControlTest)
   Unauthorized: ('browserDefault', 'zope.ManageApplication')

   test_inplace_rename_multiple (zope.app.container.browser.ftests.test_contents.Test)
   Unauthorized: ('moveable', 'zope.ManageContent')

   test_inplace_rename_single (zope.app.container.browser.ftests.test_contents.Test)
   Unauthorized: ('moveable', 'zope.ManageContent')

   test_paste_for_deleted_clipboard_item (zope.app.container.browser.ftests.test_contents.Test)
   Traceback (most recent call last):
   Unauthorized: ('copyableTo', 'zope.ManageContent')

   test_pasteable_for_deleted_clipboard_item (zope.app.container.browser.ftests.test_contents.Test)
   Unauthorized: ('copyableTo', 'zope.ManageContent')

   test (zope.app.generations.browser.ftests.TestDatabaseSchema)
   Unauthorized: ('browserDefault', 'zope.ManageApplication')

   testAllRolePermissions (zope.app.securitypolicy.browser.ftests.RolePermissionsTest)
   Unauthorized: ('grantPermissionToRole', 'zope.Security')

   testPrincipalRoles (zope.app.securitypolicy.browser.ftests.PrincipalRolesTest)
   Unauthorized: ('getName', 'zope.Security')

   testPrincipalRolesApply (zope.app.securitypolicy.browser.ftests.PrincipalRolesTest)
   Unauthorized: ('assignRoleToPrincipal', 'zope.Security')

If anyone can help chase these down, help would be welcome.  Please coordinate
with me so I know what you're working on.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list