[Erp5-report] r35481 luke - /erp5/trunk/products/ERP5Security/tests/testERP5Security.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 20 13:38:08 CEST 2010


Author: luke
Date: Thu May 20 13:38:05 2010
New Revision: 35481

URL: http://svn.erp5.org?rev=35481&view=rev
Log:
 - fix a test, wrong document was asserted

Modified:
    erp5/trunk/products/ERP5Security/tests/testERP5Security.py

Modified: erp5/trunk/products/ERP5Security/tests/testERP5Security.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Security/tests/testERP5Security.py?rev=35481&r1=35480&r2=35481&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] (original)
+++ erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] Thu May 20 13:38:05 2010
@@ -747,7 +747,7 @@
         (((cloning_owner_id), ('Owner',)),)
     )
     self.assertEqual(
-        subdocument.get_local_roles(),
+        cloned_subdocument.get_local_roles(),
         (((cloning_owner_id), ('Owner',)),)
     )
 




More information about the Erp5-report mailing list