LibLink: Enable unittest that was previously failing in append case.
Previous commit fixed it.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user