From 0ed089cebda2580a1347d184055b70f0d1f32b76 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 14 Sep 2021 17:59:18 +0200 Subject: LibLink: Enable unittest that was previously failing in append case. Previous commit fixed it. --- tests/python/bl_blendfile_liblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/python') diff --git a/tests/python/bl_blendfile_liblink.py b/tests/python/bl_blendfile_liblink.py index ac71fa85246..992bf6b89d9 100644 --- a/tests/python/bl_blendfile_liblink.py +++ b/tests/python/bl_blendfile_liblink.py @@ -212,7 +212,7 @@ class TestBlendLibAppendBasic(TestBlendLibLinkHelper): assert(len(bpy.data.meshes) == 1) # This one fails currently, for unclear reasons. - # ~ assert(bpy.data.meshes[0].library is not None) + assert(bpy.data.meshes[0].library is not None) assert(bpy.data.meshes[0].users == 1) assert(len(bpy.data.objects) == 1) assert(bpy.data.objects[0].library is None) -- cgit v1.2.3