# HG changeset patch # User Sylvain Thénault # Date 1343135215 -7200 # Node ID 0bc63e46bdb572cf229f172e493bc90fb79b78fd # Parent 1527b012802f2308d9dc46e2485f10b548d1a8c5 [test] remove no more necessary attribute cache manipulation to repair test diff -r 1527b012802f -r 0bc63e46bdb5 hooks/test/unittest_hooks.py --- a/hooks/test/unittest_hooks.py Tue Jul 24 11:19:16 2012 +0200 +++ b/hooks/test/unittest_hooks.py Tue Jul 24 15:06:55 2012 +0200 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -70,7 +70,6 @@ entity.cw_set(name=u'wf2') self.assertEqual(entity.description, u'yo') entity.cw_set(description=u'R&D

yo') - entity.cw_attr_cache.pop('description') self.assertEqual(entity.description, u'R&D

yo

') def test_metadata_cwuri(self):