Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-10 07:48:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-10 07:48:49 +0300
commit30ada8fdd3b847844e49f0a0cce0124460821b31 (patch)
tree30404b7cecb8dd8412b3c38be5f1eb07df339c90 /source/tests
parent0ebf448beea18856defaddbbfd842f0911cca431 (diff)
fix [#26003] Twice applied modifier with Convert to mesh with several multi-user objects
convert_exec could do with a re-write, getting quite confusing. update md5's for ctest results and some renaming in mesh_validate code.
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt
index a3d75e0376a..27b4ea7a6bd 100644
--- a/source/tests/CMakeLists.txt
+++ b/source/tests/CMakeLists.txt
@@ -221,7 +221,7 @@ add_test(export_3ds_all_objects ${EXECUTABLE_OUTPUT_PATH}/blender ${GENERIC_ARGS
--python ${CMAKE_CURRENT_LIST_DIR}/bl_test.py --
--run={'FINISHED'}&bpy.ops.export_scene.autodesk_3ds\(filepath='${TEST_OUT_DIR}/export_3ds_all_objects.3ds',use_selection=False\)
--md5_source=${TEST_OUT_DIR}/export_3ds_all_objects.3ds
- --md5=1523ca2e31cf7d781c7de1e17bd14520 --md5_method=FILE
+ --md5=87349a4699f1006e8194fb0ac05ac9c8 --md5_method=FILE
)
@@ -249,5 +249,5 @@ add_test(export_fbx_all_objects ${EXECUTABLE_OUTPUT_PATH}/blender ${GENERIC_ARGS
--python ${CMAKE_CURRENT_LIST_DIR}/bl_test.py --
--run={'FINISHED'}&bpy.ops.export_scene.fbx\(filepath='${TEST_OUT_DIR}/export_fbx_all_objects.fbx',use_selection=False,use_metadata=False\)
--md5_source=${TEST_OUT_DIR}/export_fbx_all_objects.fbx
- --md5=1b829a528f9bdfc054f5d70f455855ad --md5_method=FILE
+ --md5=be69cf0baf51dcf43f579183310cb383 --md5_method=FILE
)