Commit 31c9761d authored by Vincent Desmares's avatar Vincent Desmares

Clear the cache to be sure that the cart is empty

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26436 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 75613caf
......@@ -76,6 +76,7 @@ class TestCommerce(ERP5TypeTestCase):
self.clearModule(self.portal.product_module)
self.clearModule(self.portal.sale_order_module)
self.clearModule(self.portal.currency_module)
self.portal.portal_caches.clearAllCache()
def login(self, quiet=0, run=run_all_test):
uf = self.getPortal().acl_users
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment