[Erp5-report] r43652 arnaud.fontaine - /erp5/trunk/products/ERP5Type/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 24 08:36:06 CET 2011


Author: arnaud.fontaine
Date: Thu Feb 24 08:36:06 2011
New Revision: 43652

URL: http://svn.erp5.org?rev=43652&view=rev
Log:
Fix typo

Modified:
    erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py

Modified: erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py?rev=43652&r1=43651&r2=43652&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] Thu Feb 24 08:36:06 2011
@@ -1072,7 +1072,7 @@ class TestZodbPropertySheet(ERP5TypeTest
     transaction.commit()
     try:
       person.newContent(portal_type="Career")
-    except Exception, e:
+    except Exception:
       self.fail("Creating a Category Expression with None as one of the "\
                 "category ID raises an error")
 



More information about the Erp5-report mailing list