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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 2 13:22:18 CET 2011


Author: arnaud.fontaine
Date: Wed Mar  2 13:22:17 2011
New Revision: 43894

URL: http://svn.erp5.org?rev=43894&view=rev
Log:
Do not skip anymore testAddInvalidProperty as per-document accessors
generation is now enabled, thus this test should not fail anymore

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=43894&r1=43893&r2=43894&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testDynamicClassGeneration.py [utf8] Wed Mar  2 13:22:17 2011
@@ -1056,7 +1056,6 @@ class TestZodbPropertySheet(ERP5TypeTest
     except Exception:
       self.fail("Creating an empty Constraint raises an error")
 
-  @skip("Skipped until per-document accessors generation is committed")
   def testAddInvalidProperty(self):
     """
     Check that setting an invalid TALES Expression as a property



More information about the Erp5-report mailing list