[REM] test for removed 'feature' of refusing always -> disabled writes on views
authorXavier Morel <xmo@openerp.com>
Thu, 5 Jun 2014 14:08:42 +0000 (16:08 +0200)
committerXavier Morel <xmo@openerp.com>
Thu, 5 Jun 2014 14:08:42 +0000 (16:08 +0200)
openerp/addons/base/tests/test_views.py

index 9167b65..b8563a5 100644 (file)
@@ -1161,10 +1161,6 @@ class TestOptionalViews(ViewCase):
             )
         )
 
-    def test_mandatory_no_disabled(self):
-        with self.assertRaises(Exception):
-            self.browse(self.v1).write({'application': 'disabled'})
-
 class TestXPathExtentions(common.BaseCase):
     def test_hasclass(self):
         tree = E.node(