fix test, broken by the merge of debug and info views stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 26 Feb 2010 13:31:10 +0100
branchstable
changeset 4724 fe1f3c560381
parent 4723 77bec4c4775a
child 4725 5a81f6bbcb9e
fix test, broken by the merge of debug and info views
web/test/unittest_viewselector.py
--- a/web/test/unittest_viewselector.py	Fri Feb 26 13:30:46 2010 +0100
+++ b/web/test/unittest_viewselector.py	Fri Feb 26 13:31:10 2010 +0100
@@ -67,9 +67,8 @@
         req = self.request()
         self.assertListEqual(self.pviews(req, None),
                              [('changelog', wdoc.ChangeLogView),
-                              ('debug', debug.DebugView),
                               ('index', startup.IndexView),
-                              ('info', management.ProcessInformationView),
+                              ('info', debug.ProcessInformationView),
                               ('manage', startup.ManageView),
                               ('owl', owl.OWLView),
                               ('propertiesform', cwproperties.CWPropertiesForm),