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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-04-04 16:22:31 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-04-04 16:22:31 +0300
commitf76dec9238a2a2d1f777ea0abc6bda3595948e21 (patch)
tree74d553e16352d4951557853ebca98066282bc890 /tests
parentbf55afbf266c681df6193f938e8651d647bf39ac (diff)
Update hash for an OBJ unit test
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 fd2176e64d7..2ebf0dbb638 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -130,7 +130,7 @@ add_test(export_obj_cube ${TEST_BLENDER_EXE}
--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=e776c6f8e9e0afba346e85bcd10b8e99 --md5_method=FILE
+ --md5=f0d8ef9b425ff67969355c731bf303be --md5_method=FILE
)
add_test(export_obj_nurbs ${TEST_BLENDER_EXE}