cubicweb/server/test/unittest_repository.py
changeset 11232 25ec9be5f305
parent 11228 3c9537677e73
child 11763 39df042f4ab4
equal deleted inserted replaced
11231:b0dcbc7cf410 11232:25ec9be5f305
   360         helper = get_db_helper('sqlite')
   360         helper = get_db_helper('sqlite')
   361         helper.TYPE_MAPPING.pop('BabarTestType', None)
   361         helper.TYPE_MAPPING.pop('BabarTestType', None)
   362         helper.TYPE_CONVERTERS.pop('BabarTestType', None)
   362         helper.TYPE_CONVERTERS.pop('BabarTestType', None)
   363         super(SchemaDeserialTC, cls).tearDownClass()
   363         super(SchemaDeserialTC, cls).tearDownClass()
   364 
   364 
   365     @unittest.skip('Numeric final type is not properly dropped')
       
   366     def test_deserialization_base(self):
   365     def test_deserialization_base(self):
   367         """Check the following deserialization
   366         """Check the following deserialization
   368 
   367 
   369         * all CWEtype has name
   368         * all CWEtype has name
   370         * Final type
   369         * Final type