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:
authorHoward Trickey <howard.trickey@gmail.com>2019-04-03 17:05:47 +0300
committerHoward Trickey <howard.trickey@gmail.com>2019-04-03 17:05:47 +0300
commitb2d68b53dfb13323053fb9c68553383908ec404a (patch)
tree8e4c4dab2451441e3e863f3ad44a180f241f7c28 /tests
parent07b91c62cbc8c3297fcfc5a29f6d1726807ac33e (diff)
Fix export_obj_cube test.
Verified that current export files for all_quads.blend are good, then updated expected MD5 hash to match current files.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index b2def0a310f..ad843c72b44 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -186,7 +186,7 @@ add_test(
--run={'FINISHED'}&bpy.ops.export_scene.obj\(filepath='${TEST_OUT_DIR}/export_obj_cube.obj',use_selection=False\)
--md5_source=${TEST_OUT_DIR}/export_obj_cube.obj
--md5_source=${TEST_OUT_DIR}/export_obj_cube.mtl
- --md5=e80660437ad9bfe082849641c361a233 --md5_method=FILE
+ --md5=95832f81160f07101dc566cb286a9f76 --md5_method=FILE
)
add_test(