[Erp5-report] r44855 rafael - /erp5/trunk/products/ERP5Configurator/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 31 07:16:05 CEST 2011


Author: rafael
Date: Thu Mar 31 07:16:05 2011
New Revision: 44855

URL: http://svn.erp5.org?rev=44855&view=rev
Log:
Add missing import.

Modified:
    erp5/trunk/products/ERP5Configurator/tests/ConfiguratorTestMixin.py

Modified: erp5/trunk/products/ERP5Configurator/tests/ConfiguratorTestMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Configurator/tests/ConfiguratorTestMixin.py?rev=44855&r1=44854&r2=44855&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Configurator/tests/ConfiguratorTestMixin.py [utf8] (original)
+++ erp5/trunk/products/ERP5Configurator/tests/ConfiguratorTestMixin.py [utf8] Thu Mar 31 07:16:05 2011
@@ -29,6 +29,7 @@
 
 
 from DateTime import DateTime
+from AccessControl import Unauthorized
 from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
 from Products.ERP5Type.tests.SecurityTestCase import SecurityTestCase
 from Products.ERP5Type.tests.ERP5TypeTestCase import  _getConversionServerDict
@@ -1868,5 +1869,3 @@ class TestLiveConfiguratorWorkflowMixin(
       self._loginAsUser(username)
       self.assertEquals(True,  \
                         checkPermission('Modify portal content', portal_contributions))
-
-



More information about the Erp5-report mailing list