From 3e44e2b47d990eac0a3b4c550a342ac40eee342e Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Wed, 2 Mar 2011 12:22:17 +0000 Subject: [PATCH] Do not skip anymore testAddInvalidProperty as per-document accessors generation is now enabled, thus this test should not fail anymore git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43894 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/testDynamicClassGeneration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product/ERP5Type/tests/testDynamicClassGeneration.py b/product/ERP5Type/tests/testDynamicClassGeneration.py index 6f0bf9ce72..c34fbf6d5e 100644 --- a/product/ERP5Type/tests/testDynamicClassGeneration.py +++ b/product/ERP5Type/tests/testDynamicClassGeneration.py @@ -1056,7 +1056,6 @@ class TestZodbPropertySheet(ERP5TypeTestCase): 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 -- 2.30.9