cubicweb/server/test/unittest_migractions.py
changeset 11129 97095348b3ee
parent 11112 d0d86803a804
parent 11057 0b59724cb3f2
child 11232 25ec9be5f305
--- a/cubicweb/server/test/unittest_migractions.py	Thu Feb 11 21:59:49 2016 +0100
+++ b/cubicweb/server/test/unittest_migractions.py	Wed Feb 17 13:45:34 2016 +0100
@@ -276,10 +276,10 @@
                                'description', 'description_format',
                                'eid',
                                'filed_under2', 'has_text',
-                               'identity', 'in_basket', 'is', 'is_instance_of',
+                               'identity', 'in_basket', 'inlined_rel', 'is', 'is_instance_of',
                                'modification_date', 'name', 'owned_by'])
             self.assertCountEqual([str(rs) for rs in self.schema['Folder2'].object_relations()],
-                                  ['filed_under2', 'identity'])
+                                  ['filed_under2', 'identity', 'inlined_rel'])
             # Old will be missing as it has been renamed into 'New' in the migrated
             # schema while New hasn't been added here.
             self.assertEqual(sorted(str(e) for e in self.schema['filed_under2'].subjects()),