[Erp5-report] r19427 - /erp5/trunk/products/CMFActivity/tests/testCMFActivity.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Feb 20 11:06:19 CET 2008
Author: vincent
Date: Wed Feb 20 11:06:18 2008
New Revision: 19427
URL: http://svn.erp5.org?rev=19427&view=rev
Log:
Fix test method names.
Modified:
erp5/trunk/products/CMFActivity/tests/testCMFActivity.py
Modified: erp5/trunk/products/CMFActivity/tests/testCMFActivity.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/tests/testCMFActivity.py?rev=19427&r1=19426&r2=19427&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/tests/testCMFActivity.py (original)
+++ erp5/trunk/products/CMFActivity/tests/testCMFActivity.py Wed Feb 20 11:06:18 2008
@@ -2719,7 +2719,7 @@
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 @@
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)'
More information about the Erp5-report
mailing list