Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2017-04-21 16:58:14 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-04-21 17:07:53 +0300
commite6f073fe412b80eedd9dd090315bd6eaeb68cb09 (patch)
treedd78834baf75ee23eec8421291e49dbeab9119af /tests
parent19548040d91dedc2a63444f3277e4365837931e1 (diff)
Re-enabling Alembic test
(disabled because of bug fixed on 19548040d91dedc2a63444f3277e4365837931e1)
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_alembic_import_test.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/python/bl_alembic_import_test.py b/tests/python/bl_alembic_import_test.py
index 7c0f0254973..e036157e59c 100644
--- a/tests/python/bl_alembic_import_test.py
+++ b/tests/python/bl_alembic_import_test.py
@@ -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()