Fix liblink tests after recent commit.

NOTE: This needs new tests, no time now, will do tomorrow.
This commit is contained in:
2021-10-19 18:00:53 +02:00
parent 7a61916717
commit a3d4ed20f9

View File

@@ -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)