# HG changeset patch # User Aurelien Campeas # Date 1357742765 -3600 # Node ID 97202ea671e47a23206569b51ec54eb940b91736 # Parent e16561083d84e46d29b9c29a06d7d84bd6a4d0ab [web/test] fix stale reference to the changelog view (closes #2423532) diff -r e16561083d84 -r 97202ea671e4 web/test/unittest_viewselector.py --- a/web/test/unittest_viewselector.py Thu Jan 03 23:27:56 2013 +0100 +++ b/web/test/unittest_viewselector.py Wed Jan 09 15:46:05 2013 +0100 @@ -39,7 +39,6 @@ actions.LogoutAction] SITEACTIONS = [actions.ManageAction] FOOTERACTIONS = [wdoc.HelpAction, - wdoc.ChangeLogAction, wdoc.AboutAction, actions.PoweredByAction] MANAGEACTIONS = [actions.SiteConfigurationAction,