Commit e9ddf84a authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43652 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f0727f42
...@@ -1072,7 +1072,7 @@ class TestZodbPropertySheet(ERP5TypeTestCase): ...@@ -1072,7 +1072,7 @@ class TestZodbPropertySheet(ERP5TypeTestCase):
transaction.commit() transaction.commit()
try: try:
person.newContent(portal_type="Career") person.newContent(portal_type="Career")
except Exception, e: except Exception:
self.fail("Creating a Category Expression with None as one of the "\ self.fail("Creating a Category Expression with None as one of the "\
"category ID raises an error") "category ID raises an error")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment