web/test/unittest_viewselector.py
changeset 3998 94cc7cad3d2d
parent 3735 80fb4083c29b
parent 3952 fbd77bda27c1
child 4078 3704c121624c
--- 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),
                               ])