Commit 2944ea17 authored by Łukasz Nowak's avatar Łukasz Nowak

- set proper test method name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25920 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 76972a37
......@@ -637,7 +637,7 @@ class TestTask(TestTaskMixin, ERP5TypeTestCase):
simulation_tool.manage_permission(permission, roles=(), acquire=1)
self.logout()
def test_06_testTaskTitleAndReference(self, quiet=0, run=run_all_test):
def test_06_checkTaskReferenceOnCreationAndPaste(self, quiet=0, run=run_all_test):
"""Tests that task reference is set upon creation and coping"""
if not run: return
self.stepLogin()
......
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