[Bf-blender-cvs] [81ce8481b2e] blender-v2.90-release: Fix failing PLY test, update hash because metadata changed

Brecht Van Lommel noreply at git.blender.org
Wed Jul 29 19:50:31 CEST 2020


Commit: 81ce8481b2eb2c1e9c58f88f3744111f222c4475
Author: Brecht Van Lommel
Date:   Wed Jul 29 17:59:09 2020 +0200
Branches: blender-v2.90-release
https://developer.blender.org/rB81ce8481b2eb2c1e9c58f88f3744111f222c4475

Fix failing PLY test, update hash because metadata changed

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index a3df01fdbe2..1b78a938a04 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -337,7 +337,7 @@ add_blender_test(
   --python ${CMAKE_CURRENT_LIST_DIR}/bl_test.py --
   --run={'FINISHED'}&bpy.ops.export_mesh.ply\(filepath='${TEST_OUT_DIR}/io_tests/export_ply_vertices.ply'\)
   --md5_source=${TEST_OUT_DIR}/io_tests/export_ply_vertices.ply
-  --md5=37faba0aa2014451b27f951afa92f870 --md5_method=FILE
+  --md5=ee6ce2e69c1d9a7418ff0548f6338f70 --md5_method=FILE
 )



More information about the Bf-blender-cvs mailing list