Re-enabling Alembic test

(disabled because of bug fixed on 19548040d91dedc2a63444f3277e4365837931e1)
This commit is contained in:
Dalai Felinto 2017-04-21 15:58:14 +02:00
parent 19548040d9
commit e6f073fe41

@ -63,9 +63,7 @@ class SimpleImportTest(unittest.TestCase):
self.assertEqual(objects['Cube_003'], objects['Cube_005'].parent)
self.assertEqual(objects['Cube_003'], objects['Cube_006'].parent)
def DISABLED_test_select_after_import(self):
self.fail('FIXME: Disabled until https://developer.blender.org/T51261 is fixed')
def test_select_after_import(self):
# Add a sphere, so that there is something in the scene, selected, and active,
# before we do the Alembic import.
bpy.ops.mesh.primitive_uv_sphere_add()