Commit e17f3d96 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we no longer use order category.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32650 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca287915
......@@ -448,7 +448,7 @@ class TestTaskMixin:
for task_report_line in task_report.contentValues(portal_type='Task Report Line'):
simulation_movement = task_report_line.getDeliveryRelatedValue()
task_line = simulation_movement.getOrderValue()
task_line = simulation_movement.getDeliveryValue()
self.assert_(task_line.getDescription())
self.assertEqual(task_line.getDescription(),
task_report_line.getDescription())
......
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