Commit 8362f202 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix test method names.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19427 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c4f1ef6
......@@ -2719,7 +2719,7 @@ class TestCMFActivity(ERP5TypeTestCase):
finally:
delattr(Organisation, 'extractActivityRuntimeEnvironment')
def test_104_activityRuntimeEnvironment(self, quiet=0, run=run_all_test):
def test_104_activityRuntimeEnvironmentSQLDict(self, quiet=0, run=run_all_test):
if not run: return
if not quiet:
message = '\nCheck ActivityRuntimeEnvironment (SQLDict)'
......@@ -2727,7 +2727,7 @@ class TestCMFActivity(ERP5TypeTestCase):
LOG('Testing... ',0,message)
self.CheckActivityRuntimeEnvironment('SQLDict')
def test_105_TryChangeSkinInActivitySQLQueue(self, quiet=0, run=run_all_test):
def test_105_activityRuntimeEnvironmentSQLQueue(self, quiet=0, run=run_all_test):
if not run: return
if not quiet:
message = '\nCheck ActivityRuntimeEnvironment (SQLQueue)'
......
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