[Bf-blender-cvs] [e92f235283] blender-v2.78c-release: Revert "tests: Update hash for OBJ"

Sergey Sharybin noreply at git.blender.org
Fri Feb 24 15:34:16 CET 2017


Commit: e92f235283071c13759bc4e6e861e4e938985307
Author: Sergey Sharybin
Date:   Fri Feb 24 15:32:16 2017 +0100
Branches: blender-v2.78c-release
https://developer.blender.org/rBe92f235283071c13759bc4e6e861e4e938985307

Revert "tests: Update hash for OBJ"

This changed commit was never in the release branches.

Not sure why at some point CTest was expecting new hash.

Probably because addons were pointing to a latest revision.

This reverts commit bc27652e574a58755303442b4820620048d87615.

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index b76c47fcf2..d9731a5dfa 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -135,7 +135,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=e80660437ad9bfe082849641c361a233 --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