[Bf-blender-cvs] [c5510df] master: tests: Update hash for OBJ

Sergey Sharybin noreply at git.blender.org
Wed Nov 2 15:36:15 CET 2016


Commit: c5510df2682fccd7a8f1b9aa2b80aef31cf1d9a9
Author: Sergey Sharybin
Date:   Wed Nov 2 15:35:18 2016 +0100
Branches: master
https://developer.blender.org/rBc5510df2682fccd7a8f1b9aa2b80aef31cf1d9a9

tests: Update hash for OBJ

Was a recent update of UV precision.

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 8487c6a..a29b612 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=826f74e6b7a2128b0b61a52071ada36e --md5_method=FILE
+	--md5=e80660437ad9bfe082849641c361a233 --md5_method=FILE
 )
 
 add_test(export_obj_nurbs ${TEST_BLENDER_EXE}




More information about the Bf-blender-cvs mailing list