Commit ee4b9f19 authored by Jérome Perrin's avatar Jérome Perrin

remove workaround for an old business template bug


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6135 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 34af5272
......@@ -37,7 +37,6 @@ way it is used in the invoice related simulation.
# * test cancelling / deleting an invoice
# * test payment rule & payment builder
# * test simulation purge when Payment delivered or top level Order cancelled
# * test invoicing rule by connecting to order test.
# * test removing cells for a line
#
......@@ -120,10 +119,6 @@ class TestAccountingRules(ERP5TypeTestCase):
def afterSetUp(self) :
self.login()
self.createCategories()
# FIXME : this is a workaround for a bug in business template
# installation : path elements are not reindexed
# ... so we reindex manually here
self.getPortal().portal_rules.recursiveImmediateReindexObject()
def login(self):
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