cubicweb/server/test/unittest_rqlannotation.py
changeset 12885 194e9ae964ed
parent 12237 2dd0dcb2e5f9
--- a/cubicweb/server/test/unittest_rqlannotation.py	Fri Mar 15 21:35:59 2019 +0100
+++ b/cubicweb/server/test/unittest_rqlannotation.py	Wed Mar 13 10:26:15 2019 +0100
@@ -22,14 +22,14 @@
 from cubicweb.devtools.repotest import BaseQuerierTC
 
 
-class SQLGenAnnotatorTC(BaseQuerierTC):
+class RQLAnnotatorTC(BaseQuerierTC):
 
     def setUp(self):
         handler = devtools.get_test_db_handler(devtools.TestServerConfiguration('data', __file__))
         handler.build_db_cache()
         repo, _cnx = handler.get_repo_and_cnx()
         self.__class__.repo = repo
-        super(SQLGenAnnotatorTC, self).setUp()
+        super(RQLAnnotatorTC, self).setUp()
 
     def test_0_1(self):
         with self.admin_access.cnx() as cnx: