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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-06-29 19:14:27 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-06-29 19:14:27 +0300
commita8bc5f0cdb0217401e418355db71ea042ca552d1 (patch)
treeb5071a87f1d6c1ee735b36766fab056524875b35 /tests/python
parentf12b1790a0f4bb26d99ca151f8794a179e151987 (diff)
Fix .obj testing.
Diffstat (limited to 'tests/python')
-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 81438d357e4..8ed9b51f736 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -120,7 +120,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=70bdc394c2726203ad26c085176e3484 --md5_method=FILE
+ --md5=e776c6f8e9e0afba346e85bcd10b8e99 --md5_method=FILE
)
add_test(export_obj_nurbs ${TEST_BLENDER_EXE}