[Erp5-report] r20454 - /erp5/trunk/products/ERP5/tests/testResource.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 11 16:49:41 CEST 2008


Author: alex
Date: Fri Apr 11 16:49:41 2008
New Revision: 20454

URL: http://svn.erp5.org?rev=20454&view=rev
Log:
fix some comments

Modified:
    erp5/trunk/products/ERP5/tests/testResource.py

Modified: erp5/trunk/products/ERP5/tests/testResource.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testResource.py?rev=20454&r1=20453&r2=20454&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testResource.py (original)
+++ erp5/trunk/products/ERP5/tests/testResource.py Fri Apr 11 16:49:41 2008
@@ -193,8 +193,8 @@
   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 @@
   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 @@
   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()




More information about the Erp5-report mailing list