[Erp5-report] r45180 gabriel - in /erp5/trunk/bt5/erp5_configurator_ung: TestTemplateItem/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 7 16:20:08 CEST 2011


Author: gabriel
Date: Thu Apr  7 16:20:08 2011
New Revision: 45180

URL: http://svn.erp5.org?rev=45180&view=rev
Log:
fix stupid mistake. don't need pass self.

Modified:
    erp5/trunk/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py
    erp5/trunk/bt5/erp5_configurator_ung/bt/revision

Modified: erp5/trunk/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py?rev=45180&r1=45179&r2=45180&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator_ung/TestTemplateItem/testUNGConfigurationWorkflow.py [utf8] Thu Apr  7 16:20:08 2011
@@ -521,5 +521,5 @@ class TestUNGConfiguratorWorkflowBrazilL
   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()
 

Modified: erp5/trunk/bt5/erp5_configurator_ung/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator_ung/bt/revision?rev=45180&r1=45179&r2=45180&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator_ung/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator_ung/bt/revision [utf8] Thu Apr  7 16:20:08 2011
@@ -1 +1 @@
-38
\ No newline at end of file
+39
\ No newline at end of file



More information about the Erp5-report mailing list