diff -r 92ead039d3d0 -r 94cc7cad3d2d web/test/unittest_viewselector.py --- a/web/test/unittest_viewselector.py Mon Nov 23 14:13:53 2009 +0100 +++ b/web/test/unittest_viewselector.py Thu Dec 03 17:17:43 2009 +0100 @@ -25,9 +25,9 @@ SITEACTIONS = [actions.SiteConfigurationAction, actions.ManageAction, schema.ViewSchemaAction, - actions.SiteInfoAction, - ] -FOOTERACTIONS = [wdoc.ChangeLogAction, + actions.SiteInfoAction] +FOOTERACTIONS = [wdoc.HelpAction, + wdoc.ChangeLogAction, wdoc.AboutAction, actions.PoweredByAction] @@ -218,7 +218,6 @@ ('text', baseviews.TextView), ('treeview', treeview.TreeView), ('vcard', vcard.VCardCWUserView), - ('wfhistory', workflow.WFHistoryView), ('xbel', xbel.XbelView), ('xml', xmlrss.XMLView), ])