web/test/unittest_viewselector.py
branchstable
changeset 3898 90926f3a8ada
parent 3587 5b3725f315fc
child 3952 fbd77bda27c1
equal deleted inserted replaced
3897:6421a0050234 3898:90926f3a8ada
    25 SITEACTIONS = [('siteconfig', actions.SiteConfigurationAction),
    25 SITEACTIONS = [('siteconfig', actions.SiteConfigurationAction),
    26                ('manage', actions.ManageAction),
    26                ('manage', actions.ManageAction),
    27                ('schema', schema.ViewSchemaAction),
    27                ('schema', schema.ViewSchemaAction),
    28                ('siteinfo', actions.SiteInfoAction),
    28                ('siteinfo', actions.SiteInfoAction),
    29                ]
    29                ]
    30 FOOTERACTIONS = [('changelog', wdoc.ChangeLogAction),
    30 FOOTERACTIONS = [('help', wdoc.HelpAction),
       
    31                  ('changelog', wdoc.ChangeLogAction),
    31                  ('about', wdoc.AboutAction),
    32                  ('about', wdoc.AboutAction),
    32                  ('poweredby', actions.PoweredByAction)]
    33                  ('poweredby', actions.PoweredByAction)]
    33 
    34 
    34 class ViewSelectorTC(EnvBasedTC):
    35 class ViewSelectorTC(EnvBasedTC):
    35 
    36