[Bf-blender-cvs] [b2d68b53dfb] master: Fix export_obj_cube test.

Howard Trickey noreply at git.blender.org
Wed Apr 3 16:08:14 CEST 2019


Commit: b2d68b53dfb13323053fb9c68553383908ec404a
Author: Howard Trickey
Date:   Wed Apr 3 10:05:47 2019 -0400
Branches: master
https://developer.blender.org/rBb2d68b53dfb13323053fb9c68553383908ec404a

Fix export_obj_cube test.

Verified that current export files for all_quads.blend are good,
then updated expected MD5 hash to match current files.

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index b2def0a310f..ad843c72b44 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -186,7 +186,7 @@ add_test(
 	--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=e80660437ad9bfe082849641c361a233 --md5_method=FILE
+	--md5=95832f81160f07101dc566cb286a9f76 --md5_method=FILE
 )
 
 add_test(



More information about the Bf-blender-cvs mailing list