Commit b51f8092 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix test method name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19139 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bc120f55
......@@ -2582,7 +2582,7 @@ class TestCMFActivity(ERP5TypeTestCase):
finally:
delattr(Organisation, 'changeSkinToNone')
def test_100_ThreeMethodsWithFailureAndFlushThemSQLDict(self, quiet=0, run=run_all_test):
def test_100_TryChangeSkinInActivitySQLDict(self, quiet=0, run=run_all_test):
if not run: return
if not quiet:
message = '\nTry Change Skin In Activity (SQLDict)'
......
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