web/test/unittest_viewselector.py
branchstable
changeset 4916 4b8cdda342ae
parent 4724 fe1f3c560381
child 5241 1460d69672bc
child 5421 8167de96c523
equal deleted inserted replaced
4911:898c35be5873 4916:4b8cdda342ae
    65 
    65 
    66     def test_possible_views_none_rset(self):
    66     def test_possible_views_none_rset(self):
    67         req = self.request()
    67         req = self.request()
    68         self.assertListEqual(self.pviews(req, None),
    68         self.assertListEqual(self.pviews(req, None),
    69                              [('changelog', wdoc.ChangeLogView),
    69                              [('changelog', wdoc.ChangeLogView),
       
    70                               ('gc', debug.GCView),
    70                               ('index', startup.IndexView),
    71                               ('index', startup.IndexView),
    71                               ('info', debug.ProcessInformationView),
    72                               ('info', debug.ProcessInformationView),
    72                               ('manage', startup.ManageView),
    73                               ('manage', startup.ManageView),
    73                               ('owl', owl.OWLView),
    74                               ('owl', owl.OWLView),
    74                               ('propertiesform', cwproperties.CWPropertiesForm),
    75                               ('propertiesform', cwproperties.CWPropertiesForm),