[Erp5-report] r34482 jerome - /erp5/trunk/products/ERP5/tests/testERP5Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 13 09:03:38 CEST 2010


Author: jerome
Date: Tue Apr 13 09:03:37 2010
New Revision: 34482

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

Modified:
    erp5/trunk/products/ERP5/tests/testERP5Base.py

Modified: erp5/trunk/products/ERP5/tests/testERP5Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Base.py?rev=34482&r1=34481&r2=34482&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Base.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Base.py [utf8] Tue Apr 13 09:03:37 2010
@@ -1460,7 +1460,7 @@
     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))




More information about the Erp5-report mailing list