cubicweb/server/test/unittest_rqlannotation.py
changeset 12237 2dd0dcb2e5f9
parent 12055 6672f51d8268
child 12885 194e9ae964ed
--- a/cubicweb/server/test/unittest_rqlannotation.py	Fri Sep 15 16:31:33 2017 +0200
+++ b/cubicweb/server/test/unittest_rqlannotation.py	Fri Nov 03 16:31:59 2017 +0100
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -31,14 +31,6 @@
         self.__class__.repo = repo
         super(SQLGenAnnotatorTC, self).setUp()
 
-    def get_max_eid(self):
-        # no need for cleanup here
-        return None
-
-    def cleanup(self):
-        # no need for cleanup here
-        pass
-
     def test_0_1(self):
         with self.admin_access.cnx() as cnx:
             rqlst = self._prepare(cnx, 'Any SEN,RN,OEN WHERE X from_entity SE, '