Commit 116d4a23 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

'deliverable' property in simulation movement is useless, so we don't neet to...

'deliverable' property in simulation movement is useless, so we don't neet to check it in unit tests.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31293 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 91ae7f07
......@@ -823,8 +823,6 @@ class TestOrderMixin:
simulation_movement.getVariationCategoryList())
# XXX Test acquisition
self.checkAcquisition(simulation_movement, order_movement)
# Test other attributes
self.assertEquals(1, simulation_movement.deliverable)
def modifyOrderState(self, transition_name, sequence=None,
sequence_list=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