Commit 62d7d9ca authored by Alexandre Boeglin's avatar Alexandre Boeglin

fix some comments

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20454 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 830fdb2b
......@@ -193,8 +193,8 @@ class TestResource(ERP5TypeTestCase):
def stepSetIndividualVariationWithEmptyBase(self, sequence=None,
sequence_list=None, **kw):
"""
Set individual variation to current resource with empty base
category
Set the individual variation of the current resource to a base category
that contains no subobjects.
"""
resource = sequence.get('resource')
morphology_list = []
......@@ -213,8 +213,8 @@ class TestResource(ERP5TypeTestCase):
def stepSetIndividualVariationWithFillBase(self, sequence=None,
sequence_list=None, **kw):
"""
Set individual variation to current resource with fill base
category
Set the individual variation of the current resource to a base category
that contains some subobjects.
"""
resource = sequence.get('resource')
colour_list = []
......@@ -321,8 +321,8 @@ class TestResource(ERP5TypeTestCase):
def stepCheckGetVariationCategoryList(self, sequence=None,
sequence_list=None, **kw):
"""
Check if getVariationCategoryList returns the good result,
with parameter omit_individual_variation=1.
Check if getVariationCategoryList returns the good result, with default
value for omit_individual_variation parameter
"""
resource = sequence.get('resource')
vcl = resource.getVariationCategoryList()
......
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