web/test/unittest_viewselector.py
branchstable
changeset 1900 8dd4bb69c73d
parent 1797 c2a80130b06d
child 1914 0ce7dbfffefd
--- a/web/test/unittest_viewselector.py	Fri May 22 00:46:41 2009 +0200
+++ b/web/test/unittest_viewselector.py	Fri May 22 00:52:18 2009 +0200
@@ -66,13 +66,13 @@
         self.assertListEqual(self.pviews(req, None),
                              [('changelog', wdoc.ChangeLogView),
                               ('debug', debug.DebugView),
-                              ('epropertiesform', cwproperties.EPropertiesForm),
                               ('index', startup.IndexView),
                               ('info', management.ProcessInformationView),
                               ('manage', startup.ManageView),
                               ('owl', owl.OWLView),
+                              ('propertiesform', cwproperties.CWPropertiesForm),
                               ('schema', startup.SchemaView),
-                              ('systemepropertiesform', cwproperties.SystemEPropertiesForm)])
+                              ('systempropertiesform', cwproperties.SystemCWPropertiesForm)])
 
     def test_possible_views_noresult(self):
         rset, req = self.env.get_rset_and_req('Any X WHERE X eid 999999')