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
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2017-04-03 18:45:20 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-04-03 18:46:03 +0300
commitdb6b4639fc67ef6e679cf577c3e31f2c7c8c8cd5 (patch)
treed3e273bd758239a3dee9280aa5a4948dbd07edda /tests/python/render_layer/CMakeLists.txt
parentee6f858c91693a122785cb7cfaeac9cec84e951c (diff)
Layer: Adding unittest for a problem with selectability evaluation
This is currently failing (and causing the object_delete test to fail). To be fixed separately
Diffstat (limited to 'tests/python/render_layer/CMakeLists.txt')
-rw-r--r--tests/python/render_layer/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/python/render_layer/CMakeLists.txt b/tests/python/render_layer/CMakeLists.txt
index a546bdbf741..962c1f7da36 100644
--- a/tests/python/render_layer/CMakeLists.txt
+++ b/tests/python/render_layer/CMakeLists.txt
@@ -69,6 +69,7 @@ RENDER_LAYER_TEST(evaluation_selectability_b)
RENDER_LAYER_TEST(evaluation_selectability_c)
RENDER_LAYER_TEST(evaluation_selectability_d)
RENDER_LAYER_TEST(evaluation_selectability_e)
+RENDER_LAYER_TEST(evaluation_selectability_f)
RENDER_LAYER_TEST(object_add_cylinder)
RENDER_LAYER_TEST(object_add_empty)
RENDER_LAYER_TEST(object_add_torus)
@@ -76,7 +77,8 @@ RENDER_LAYER_TEST(object_add_no_collection_cylinder)
RENDER_LAYER_TEST(object_add_no_collection_empty)
RENDER_LAYER_TEST(object_add_no_collection_torus)
RENDER_LAYER_TEST(object_copy)
-RENDER_LAYER_TEST(object_delete)
+RENDER_LAYER_TEST(object_delete_a)
+RENDER_LAYER_TEST(object_delete_b)
RENDER_LAYER_TEST(object_link_a)
RENDER_LAYER_TEST(object_link_b)
RENDER_LAYER_TEST(object_link_c)