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): ...@@ -193,8 +193,8 @@ class TestResource(ERP5TypeTestCase):
def stepSetIndividualVariationWithEmptyBase(self, sequence=None, def stepSetIndividualVariationWithEmptyBase(self, sequence=None,
sequence_list=None, **kw): sequence_list=None, **kw):
""" """
Set individual variation to current resource with empty base Set the individual variation of the current resource to a base category
category that contains no subobjects.
""" """
resource = sequence.get('resource') resource = sequence.get('resource')
morphology_list = [] morphology_list = []
...@@ -213,8 +213,8 @@ class TestResource(ERP5TypeTestCase): ...@@ -213,8 +213,8 @@ class TestResource(ERP5TypeTestCase):
def stepSetIndividualVariationWithFillBase(self, sequence=None, def stepSetIndividualVariationWithFillBase(self, sequence=None,
sequence_list=None, **kw): sequence_list=None, **kw):
""" """
Set individual variation to current resource with fill base Set the individual variation of the current resource to a base category
category that contains some subobjects.
""" """
resource = sequence.get('resource') resource = sequence.get('resource')
colour_list = [] colour_list = []
...@@ -321,8 +321,8 @@ class TestResource(ERP5TypeTestCase): ...@@ -321,8 +321,8 @@ class TestResource(ERP5TypeTestCase):
def stepCheckGetVariationCategoryList(self, sequence=None, def stepCheckGetVariationCategoryList(self, sequence=None,
sequence_list=None, **kw): sequence_list=None, **kw):
""" """
Check if getVariationCategoryList returns the good result, Check if getVariationCategoryList returns the good result, with default
with parameter omit_individual_variation=1. value for omit_individual_variation parameter
""" """
resource = sequence.get('resource') resource = sequence.get('resource')
vcl = resource.getVariationCategoryList() 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