Commit bfd9f4dc authored by Fabien Morin's avatar Fabien Morin

use generic Transformation instead of old Apparel one. In the future, this

tests should be merged with generic tests : testTransformation and
testProductionOrder


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29553 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ca4344d
...@@ -68,11 +68,11 @@ class TestApparelTransformation(TestOrderMixin, ERP5TypeTestCase): ...@@ -68,11 +68,11 @@ class TestApparelTransformation(TestOrderMixin, ERP5TypeTestCase):
Therefore, it's better to use testTransformation for future tests Therefore, it's better to use testTransformation for future tests
""" """
run_all_test = 1 run_all_test = 1
transformation_portal_type = 'Apparel Transformation' transformation_portal_type = 'Transformation'
component_portal_type = 'Apparel Component' component_portal_type = 'Apparel Component'
component_variation_portal_type = 'Apparel Component Variation' component_variation_portal_type = 'Apparel Component Variation'
transformed_resource_portal_type = 'Apparel Transformation Transformed Resource' transformed_resource_portal_type = 'Transformation Transformed Resource'
operation_portal_type = 'Apparel Transformation Operation' operation_portal_type = 'Transformation Operation'
def getTitle(self): def getTitle(self):
return "Transformation" return "Transformation"
......
...@@ -45,10 +45,10 @@ class TestProductionOrderApparelMixin(TestOrderMixin): ...@@ -45,10 +45,10 @@ class TestProductionOrderApparelMixin(TestOrderMixin):
supply_node_portal_type = 'Supply Node' supply_node_portal_type = 'Supply Node'
supply_link_portal_type = 'Supply Link' supply_link_portal_type = 'Supply Link'
component_portal_type = 'Apparel Component' component_portal_type = 'Apparel Component'
transformation_portal_type = 'Apparel Transformation' transformation_portal_type = 'Transformation'
transformed_resource_portal_type = \ transformed_resource_portal_type = \
'Apparel Transformation Transformed Resource' 'Transformation Transformed Resource'
operation_line_portal_type = 'Apparel Transformation Operation' operation_line_portal_type = 'Transformation Operation'
colour_variation_portal_type = 'Apparel Model Colour Variation' colour_variation_portal_type = 'Apparel Model Colour Variation'
morphology_variation_portal_type = 'Apparel Model Morphology Variation' morphology_variation_portal_type = 'Apparel Model Morphology Variation'
......
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