Commit 7dbf48e2 authored by Romain Courteaud's avatar Romain Courteaud

Update test method, after the previous commit which added option to resource.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3650 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 488cd5b0
...@@ -324,7 +324,7 @@ class TestOrderMixin: ...@@ -324,7 +324,7 @@ class TestOrderMixin:
""" """
order_line = sequence.get('order_line') order_line = sequence.get('order_line')
base_id = 'movement' base_id = 'movement'
vcl = order_line.getVariationCategoryList() vcl = order_line.getVariationCategoryList(omit_option_base_category=1)
cell_range = order_line.OrderLine_asCellRange(matrixbox=0) cell_range = order_line.OrderLine_asCellRange(matrixbox=0)
l = len(vcl) l = len(vcl)
......
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