Commit 71d3e047 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

need to commit transaction before calling super class's beforeTearDown that will abort transaction.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32260 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b5dc2cf
......@@ -487,6 +487,7 @@ class TestERP5Simulation(TestERP5SimulationMixin, ERP5TypeTestCase):
new_order_rule['quantity_tester'].edit(quantity=0,
quantity_range_max=None,
quantity_range_min=None)
transaction.commit()
TestERP5SimulationMixin.beforeTearDown(self)
def _modifyPackingListLineQuantity(self, sequence=None,
......
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