web/test/test_views.py
changeset 7992 4ff9f25cb06e
parent 7791 31bb51ea5485
child 8941 7b26fe71404f
--- a/web/test/test_views.py	Fri Oct 21 14:32:37 2011 +0200
+++ b/web/test/test_views.py	Fri Oct 21 14:32:37 2011 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -45,10 +45,6 @@
         rset = self.execute('CWUser X WHERE X login "admin"')
         self.view('copy', rset)
 
-    def test_manual_tests(self):
-        rset = self.execute('Any P,F,S WHERE P is CWUser, P firstname F, P surname S')
-        self.view('table', rset, template=None, displayfilter=True, displaycols=[0,2])
-
     def test_sortable_js_added(self):
         rset = self.execute('CWUser X')
         # sortable.js should not be included by default