From a3d4ed20f9511c90fb8eea0f7555c1380a296f76 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 19 Oct 2021 18:00:53 +0200 Subject: Fix liblink tests after recent commit. NOTE: This needs new tests, no time now, will do tomorrow. --- tests/python/bl_blendfile_liblink.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/python/bl_blendfile_liblink.py b/tests/python/bl_blendfile_liblink.py index 4545e0b846a..918c74d17d0 100644 --- a/tests/python/bl_blendfile_liblink.py +++ b/tests/python/bl_blendfile_liblink.py @@ -211,8 +211,7 @@ class TestBlendLibAppendBasic(TestBlendLibLinkHelper): instance_object_data=False, set_fake=False, use_recursive=False, do_reuse_local_id=False) 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 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