From d2c82a523aa615f62155af9f6f36697a5c22a878 Mon Sep 17 00:00:00 2001 From: Gabriel Monnerat <gabriel@tiolive.com> Date: Thu, 7 Apr 2011 14:20:08 +0000 Subject: [PATCH] fix stupid mistake. don't need pass self. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45180 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../TestTemplateItem/testUNGConfigurationWorkflow.py | 2 +- bt5/erp5_configurator_ung/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py b/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py index d31780c4f1..41baf68d0e 100644 --- a/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py +++ b/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py @@ -521,5 +521,5 @@ class TestUNGConfiguratorWorkflowBrazilLanguage(TestUNGConfiguratorWorkflowMixin def stepCheckWebSiteRoles(self, sequence=None, sequence_list=None, **kw): """ Check permission of Web Site with normal user """ self.login("person_assignor") - self._stepCheckWebSiteRoles(self) + self._stepCheckWebSiteRoles() diff --git a/bt5/erp5_configurator_ung/bt/revision b/bt5/erp5_configurator_ung/bt/revision index c24b6ae77d..72f523f36e 100644 --- a/bt5/erp5_configurator_ung/bt/revision +++ b/bt5/erp5_configurator_ung/bt/revision @@ -1 +1 @@ -38 \ No newline at end of file +39 \ No newline at end of file -- 2.30.9