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-10 11:08:29 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-04-10 11:08:29 +0300
commitb6ba507c1be23fd9e6af975ed9dddcf7a57cf8f3 (patch)
treee2e7e5a088bde8c706e0d0ffa986e0fc34d12359 /tests
parent90b2b995054d6ecad72283ad2b19da94296981ea (diff)
Layers unittest: layer_cyncing test was not being called
Diffstat (limited to 'tests')
-rw-r--r--tests/python/render_layer/CMakeLists.txt2
-rw-r--r--tests/python/render_layer/test_layer_syncing.py (renamed from tests/python/render_layer/test_syncing.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/render_layer/CMakeLists.txt b/tests/python/render_layer/CMakeLists.txt
index 97630bfd972..efe7e280a41 100644
--- a/tests/python/render_layer/CMakeLists.txt
+++ b/tests/python/render_layer/CMakeLists.txt
@@ -155,7 +155,7 @@ RENDER_LAYER_TEST(move_into_layer_collection_h)
RENDER_LAYER_TEST(move_into_layer_collection_i)
RENDER_LAYER_TEST(move_into_layer_collection_j)
RENDER_LAYER_TEST(layer_linking)
-RENDER_LAYER_TEST(layer_syncinc)
+RENDER_LAYER_TEST(layer_syncing)
RENDER_LAYER_TEST(scene_copy_a)
RENDER_LAYER_TEST(scene_copy_b)
RENDER_LAYER_TEST(scene_copy_c)
diff --git a/tests/python/render_layer/test_syncing.py b/tests/python/render_layer/test_layer_syncing.py
index e8c6f92ab09..e8c6f92ab09 100644
--- a/tests/python/render_layer/test_syncing.py
+++ b/tests/python/render_layer/test_layer_syncing.py