[Erp5-report] r43523 arnaud.fontaine - in /erp5/trunk: obsolete/ERP5PropertySheetLegacy/ pr...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 21 14:58:36 CET 2011


Author: arnaud.fontaine
Date: Mon Feb 21 14:58:36 2011
New Revision: 43523

URL: http://svn.erp5.org?rev=43523&view=rev
Log:
ERP5PropertySheetLegacy is now deprecated

Added:
    erp5/trunk/obsolete/ERP5PropertySheetLegacy/
      - copied from r43519, erp5/trunk/products/ERP5PropertySheetLegacy/
Removed:
    erp5/trunk/products/ERP5PropertySheetLegacy/
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=43523&r1=43522&r2=43523&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] Mon Feb 21 14:58:36 2011
@@ -33,7 +33,7 @@ import transaction
 
 from Products.ERP5Type.dynamic.portal_type_class import synchronizeDynamicModules
 from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
-from Products.ERP5Type.tests.backportUnittest import expectedFailure
+from Products.ERP5Type.tests.backportUnittest import expectedFailure, skip
 from Products.ERP5Type.Core.PropertySheet import PropertySheet as PropertySheetDocument
 
 from zope.interface import Interface, implementedBy
@@ -1277,6 +1277,10 @@ class TestZodbImportFilesystemPropertySh
         [ zodb_constraint_class.exportToFilesystemDefinitionDict() \
           for zodb_constraint_class in zodb_constraint_class_tuple ])
 
+TestZodbImportFilesystemPropertySheet = skip(
+  "ERP5PropertySheetLegacy is now obsolete")(
+  TestZodbImportFilesystemPropertySheet)
+
 def test_suite():
   suite = unittest.TestSuite()
   suite.addTest(unittest.makeSuite(TestPortalTypeClass))



More information about the Erp5-report mailing list