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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 4 12:50:52 CET 2011


Author: arnaud.fontaine
Date: Fri Feb  4 12:50:51 2011
New Revision: 43039

URL: http://svn.erp5.org?rev=43039&view=rev
Log:
Allow object of any portal type in testing module for
TestZodbPropertySheet


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=43039&r1=43038&r2=43039&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] Fri Feb  4 12:50:51 2011
@@ -532,7 +532,7 @@ class TestZodbPropertySheet(ERP5TypeTest
         type_class='Folder',
         type_property_sheet_list=('TestMigration',),
         type_base_category_list=('test_category_existence_constraint',),
-        type_allowed_content_type_list=('Content Existence Constraint',))
+        type_filter_content_type=False)
 
     # Create a test module, meaningful to force generation of
     # TestMigration accessor holders and check the constraints



More information about the Erp5-report mailing list