From 2944ea17873351753df0b341355035bfca11d9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 9 Mar 2009 14:38:52 +0000 Subject: [PATCH] - set proper test method name git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25920 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testTask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testTask.py b/product/ERP5/tests/testTask.py index 1c53e5d63c..61eeccfb7b 100644 --- a/product/ERP5/tests/testTask.py +++ b/product/ERP5/tests/testTask.py @@ -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() -- 2.30.9