fix incomplete test setup for testLegacyDivergenceTester

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45177 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2fedd75a
......@@ -65,6 +65,11 @@ class TestDivergenceTester(testLegacySimulationPackingList.TestPackingListMixin,
"""
self.logMessage("Bootstrap the site by creating required " \
"order, simulation, ...")
# These next calls were originally in TestOrderMixin.afterSetUp(), but we need
# them here for the bootstrap Sequence to work correctly
self.createCategories()
self.validateRules()
self.setUpPreferences()
# Create a clean packing list
sequence_string = ' \
stepCreateOrganisation1 \
......
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