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-03-20 12:30:19 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-03-20 12:30:19 +0300
commita6d4ac28f56b5470ae7492a1cea7e3967e1fb836 (patch)
tree5fb9163651612ffb9afcf952ddae58d3d01d0d84 /tests/python/render_layer/test_object_copy.py
parent01c4e598e5cb2ccab6a2fcf2fdfb9ea7eb0c7146 (diff)
Layers unittesting: update after doversion changes
Collections now are called "Collection 1", instead of "1"
Diffstat (limited to 'tests/python/render_layer/test_object_copy.py')
-rw-r--r--tests/python/render_layer/test_object_copy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/python/render_layer/test_object_copy.py b/tests/python/render_layer/test_object_copy.py
index 419f8f418a5..5b16875f6a2 100644
--- a/tests/python/render_layer/test_object_copy.py
+++ b/tests/python/render_layer/test_object_copy.py
@@ -30,6 +30,7 @@ class UnitTesting(RenderLayerTesting):
# open file
bpy.ops.wm.open_mainfile('EXEC_DEFAULT', filepath=filepath_layers)
+ self.rename_collections()
# create sub-collections
three_b = bpy.data.objects.get('T.3b')