cubicweb/test/unittest_rset.py
changeset 11892 08cf02efc7ce
parent 11874 ea1d92b677b5
child 11913 4516c3956d46
--- a/cubicweb/test/unittest_rset.py	Fri Nov 18 17:50:56 2016 +0100
+++ b/cubicweb/test/unittest_rset.py	Thu Nov 24 15:36:26 2016 +0100
@@ -156,8 +156,6 @@
 
     def test_limit_2(self):
         with self.admin_access.web_request() as req:
-            # drop user from cache for the sake of this test
-            req.drop_entity_cache(req.user.eid)
             rs = req.execute('Any E,U WHERE E is CWEType, E created_by U')
             # get entity on row 9. This will fill its created_by relation cache,
             # with cwuser on row 9 as well