[Erp5-report] r43396 arnaud.fontaine - /erp5/trunk/products/ERP5Type/tests/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 17 06:02:07 CET 2011
Author: arnaud.fontaine
Date: Thu Feb 17 06:02:07 2011
New Revision: 43396
URL: http://svn.erp5.org?rev=43396&view=rev
Log:
Fix typo
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=43396&r1=43395&r2=43396&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] Thu Feb 17 06:02:07 2011
@@ -1256,7 +1256,7 @@ class TestZodbImportFilesystemPropertySh
property_sheets_tool, filesystem_property_sheet)
self.assertTrue(filesystem_property_sheet.__name__ in \
- property_sheets_tool)
+ property_sheets_tool.objectIds())
zodb_property_tuple, zodb_category_tuple, zodb_constraint_class_tuple = \
zodb_property_sheet.exportToFilesystemDefinition()
More information about the Erp5-report
mailing list