[Bf-blender-cvs] [3fcbb2b] master: Tests: Fix wrong hash after "no redundant zeroes" commit

Sergey Sharybin noreply at git.blender.org
Fri Apr 15 10:37:55 CEST 2016


Commit: 3fcbb2bb58df3f580cb2cef39f9e62cc7df82fc6
Author: Sergey Sharybin
Date:   Fri Apr 15 10:37:20 2016 +0200
Branches: master
https://developer.blender.org/rB3fcbb2bb58df3f580cb2cef39f9e62cc7df82fc6

Tests: Fix wrong hash after "no redundant zeroes" commit

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 2ebf0db..8487c6a 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}




More information about the Bf-blender-cvs mailing list