equal
deleted
inserted
replaced
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), |