diff --git a/bt5/erp5_configurator_standard/TestTemplateItem/testConfiguratorStandardWorkflow.py b/bt5/erp5_configurator_standard/TestTemplateItem/testLiveStandardConfigurationWorkflow.py
similarity index 99%
rename from bt5/erp5_configurator_standard/TestTemplateItem/testConfiguratorStandardWorkflow.py
rename to bt5/erp5_configurator_standard/TestTemplateItem/testLiveStandardConfigurationWorkflow.py
index e67cd896a8021ec250d28243d1ef69f9e50f020c..b6a4e34ef4504850223c4f4d0d01b651ac154921 100644
--- a/bt5/erp5_configurator_standard/TestTemplateItem/testConfiguratorStandardWorkflow.py
+++ b/bt5/erp5_configurator_standard/TestTemplateItem/testLiveStandardConfigurationWorkflow.py
@@ -36,9 +36,9 @@ from Products.ERP5Type.tests.backportUnittest import expectedFailure
 from AccessControl import Unauthorized
 from zLOG import LOG
 
-class TestConfiguratorStandardWorkflow(ERP5TypeLiveTestCase, SecurityTestCase):
+class TestLiveStandardConfiguratorWorkflow(ERP5TypeLiveTestCase, SecurityTestCase):
   """
-    Tests the express configuration.
+    Test Live Standard Configuration Workflow.
   """
   # The list of standard business templates that the configurator should force
   # to install
diff --git a/bt5/erp5_configurator_standard/bt/change_log b/bt5/erp5_configurator_standard/bt/change_log
new file mode 100644
index 0000000000000000000000000000000000000000..34f7959e04a78cb708c2f55ac0574a0ea3c7e5bc
--- /dev/null
+++ b/bt5/erp5_configurator_standard/bt/change_log
@@ -0,0 +1,2 @@
+2010-12-23 lucas
+* Renamed the testStandardConfigurationWorkflow to testLiveStandardConfigurationWorkflow.
\ No newline at end of file
diff --git a/bt5/erp5_configurator_standard/bt/revision b/bt5/erp5_configurator_standard/bt/revision
index b18fcc5ba20b46f0d2e054e2f0fe5290e5f25b14..db3a73389dfbe06c2a031f6ace059a02548c6de4 100644
--- a/bt5/erp5_configurator_standard/bt/revision
+++ b/bt5/erp5_configurator_standard/bt/revision
@@ -1 +1 @@
-535
\ No newline at end of file
+536
\ No newline at end of file
diff --git a/bt5/erp5_configurator_standard/bt/template_test_id_list b/bt5/erp5_configurator_standard/bt/template_test_id_list
index c037ba48c487cecdedebe17b612cc27f0b419d4e..949b069e40a51bfe8295d3ab33b59b50973cbe43 100644
--- a/bt5/erp5_configurator_standard/bt/template_test_id_list
+++ b/bt5/erp5_configurator_standard/bt/template_test_id_list
@@ -1 +1 @@
-testConfiguratorStandardWorkflow
\ No newline at end of file
+testLiveStandardConfigurationWorkflow
\ No newline at end of file