diff --git a/product/ERP5/tests/testApparelTransformation.py b/product/ERP5/tests/testApparelTransformation.py
index 606c6cf60b98e9ad68a5d779e9d364f932c1dc7f..3dcbe5966d8b4255f89cccf8b41f373e7343cf98 100644
--- a/product/ERP5/tests/testApparelTransformation.py
+++ b/product/ERP5/tests/testApparelTransformation.py
@@ -68,11 +68,11 @@ class TestApparelTransformation(TestOrderMixin, ERP5TypeTestCase):
     Therefore, it's better to use testTransformation for future tests
   """
   run_all_test = 1
-  transformation_portal_type = 'Apparel Transformation'
+  transformation_portal_type = 'Transformation'
   component_portal_type = 'Apparel Component'
   component_variation_portal_type = 'Apparel Component Variation'
-  transformed_resource_portal_type = 'Apparel Transformation Transformed Resource'
-  operation_portal_type = 'Apparel Transformation Operation'
+  transformed_resource_portal_type = 'Transformation Transformed Resource'
+  operation_portal_type = 'Transformation Operation'
 
   def getTitle(self):
     return "Transformation"
diff --git a/product/ERP5/tests/testProductionOrderApparel.py b/product/ERP5/tests/testProductionOrderApparel.py
index bd4dadb6695891a01525ab20f1c5c9354a684a82..3ea86bead022d593c654c0277f650764ef6aa9ac 100644
--- a/product/ERP5/tests/testProductionOrderApparel.py
+++ b/product/ERP5/tests/testProductionOrderApparel.py
@@ -45,10 +45,10 @@ class TestProductionOrderApparelMixin(TestOrderMixin):
   supply_node_portal_type = 'Supply Node'
   supply_link_portal_type = 'Supply Link'
   component_portal_type = 'Apparel Component'
-  transformation_portal_type = 'Apparel Transformation'
+  transformation_portal_type = 'Transformation'
   transformed_resource_portal_type = \
-                        'Apparel Transformation Transformed Resource'
-  operation_line_portal_type = 'Apparel Transformation Operation'
+                        'Transformation Transformed Resource'
+  operation_line_portal_type = 'Transformation Operation'
   colour_variation_portal_type = 'Apparel Model Colour Variation'
   morphology_variation_portal_type = 'Apparel Model Morphology Variation'