Add tests for layer renaming

Could have an own file for each test, but this is good enough.
With great help from @dfelinto, thanks!
This commit is contained in:
Julian Eisel
2017-03-01 20:14:20 +01:00
parent 0f7a664731
commit 3baa186724
2 changed files with 80 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ RENDER_LAYER_TEST(scene_write_read)
RENDER_LAYER_TEST(scene_copy)
RENDER_LAYER_TEST(layer_syncinc)
RENDER_LAYER_TEST(layer_linking)
RENDER_LAYER_TEST(collection_rename)
RENDER_LAYER_TEST(active_collection)
RENDER_LAYER_TEST(object_delete)
RENDER_LAYER_TEST(link)