web/test/unittest_viewselector.py
changeset 8644 97202ea671e4
parent 8632 fa044b9157d7
child 8645 310040c668c0
equal deleted inserted replaced
8637:e16561083d84 8644:97202ea671e4
    37 USERACTIONS = [actions.UserPreferencesAction,
    37 USERACTIONS = [actions.UserPreferencesAction,
    38                actions.UserInfoAction,
    38                actions.UserInfoAction,
    39                actions.LogoutAction]
    39                actions.LogoutAction]
    40 SITEACTIONS = [actions.ManageAction]
    40 SITEACTIONS = [actions.ManageAction]
    41 FOOTERACTIONS = [wdoc.HelpAction,
    41 FOOTERACTIONS = [wdoc.HelpAction,
    42                  wdoc.ChangeLogAction,
       
    43                  wdoc.AboutAction,
    42                  wdoc.AboutAction,
    44                  actions.PoweredByAction]
    43                  actions.PoweredByAction]
    45 MANAGEACTIONS = [actions.SiteConfigurationAction,
    44 MANAGEACTIONS = [actions.SiteConfigurationAction,
    46                  schema.ViewSchemaAction,
    45                  schema.ViewSchemaAction,
    47                  cwuser.ManageUsersAction,
    46                  cwuser.ManageUsersAction,