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-15 11:37:20 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-04-15 11:37:57 +0300
commit3fcbb2bb58df3f580cb2cef39f9e62cc7df82fc6 (patch)
tree3c4411e6f791d5a91cea96e7ce6335e51b6dd14c /tests
parent69ee6c986657bf0d6bf631277751d24e72d76bac (diff)
Tests: Fix wrong hash after "no redundant zeroes" commit
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 2ebf0dbb638..8487c6a2094 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=f0d8ef9b425ff67969355c731bf303be --md5_method=FILE
+ --md5=826f74e6b7a2128b0b61a52071ada36e --md5_method=FILE
)
add_test(export_obj_nurbs ${TEST_BLENDER_EXE}