From 1bcec405ab7ae9a5c0b75d0b5664e4d9ad9f805e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 20 Oct 2008 09:07:51 +0000 Subject: [PATCH] update a comment git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24244 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/testERP5Type.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product/ERP5Type/tests/testERP5Type.py b/product/ERP5Type/tests/testERP5Type.py index db86508cff..0c54b03d45 100644 --- a/product/ERP5Type/tests/testERP5Type.py +++ b/product/ERP5Type/tests/testERP5Type.py @@ -316,8 +316,7 @@ class TestERP5Type(PropertySheetTestCase, LogInterceptor): transaction.commit() self.assertEquals(o._p_jar, None) - # Check that creating 2 consecutive temp object automatically increases - # their ID + # Temp objects always get 'None' ID by default. o = portal.person_module.newContent(portal_type="Person", temp_object=1) first_id = o.getId() -- 2.30.9