Commit 036ac378 authored by Jérome Perrin's avatar Jérome Perrin

checking hasCellContent was a bad idea. reverted previous commit.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7324 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 80c2db92
......@@ -321,7 +321,6 @@ class TestOrderMixin:
str(self.splitList(resource_vcl)[0]))
order_line_vcl.extend(self.splitList(resource_vcl)[0])
order_line.setVariationCategoryList(order_line_vcl)
self.failUnless(order_line.hasCellContent())
def stepSetOrderLineFullVCL(self,sequence=None, sequence_list=None, **kw):
"""
......@@ -333,7 +332,6 @@ class TestOrderMixin:
omit_individual_variation=0))
resource_vcl.sort()
order_line.setVariationCategoryList(resource_vcl)
self.failUnless(order_line.hasCellContent())
def stepCheckOrderLineRange(self,sequence=None, sequence_list=None, **kw):
"""
......
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