Commit e1b3d1e6 authored by Jérome Perrin's avatar Jérome Perrin

typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34482 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 18bfcfde
......@@ -1460,7 +1460,7 @@ class TestERP5Base(ERP5TypeTestCase):
self.login_as_auditor()
person = module.newContent(portal_type='Person',)
bank_account = person.newContent(portal_type='Bank Account')
# A bank account is a folder, it cannot contain other documents
# A bank account is a folder, it can contain other documents
self.assertNotEquals(0, len(bank_account.allowedContentTypes()))
self.assertEquals(1, len(person))
......
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