[Bf-blender-cvs] [2720667566d] master: Disable Feature Collada: Tests do not work on unix

Gaia Clary noreply at git.blender.org
Mon Apr 16 09:57:05 CEST 2018


Commit: 2720667566d73c52a3cc293d057d297ac775c74d
Author: Gaia Clary
Date:   Mon Apr 16 09:55:05 2018 +0200
Branches: master
https://developer.blender.org/rB2720667566d73c52a3cc293d057d297ac775c74d

Disable Feature Collada: Tests do not work on unix

The tests as they are now make string comparisons. This only works
on Windows because the reference files look different for different
operating systems because of different number formatting.
The collada tests need a complete rework (wip)

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

M	tests/python/collada/CMakeLists.txt

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

diff --git a/tests/python/collada/CMakeLists.txt b/tests/python/collada/CMakeLists.txt
index 421e4ba7667..4307eec3791 100644
--- a/tests/python/collada/CMakeLists.txt
+++ b/tests/python/collada/CMakeLists.txt
@@ -62,5 +62,7 @@ macro (COLLADA_TEST module test_name blend_file)
 	)
 endmacro()
 
-COLLADA_TEST(mesh simple mesh_simple.blend)
-COLLADA_TEST(animation simple suzannes_parent_inverse.blend)
+# Tests are disabled because they only work on Windows
+# Tests will be redone completely to work reliable
+#COLLADA_TEST(mesh simple mesh_simple.blend)
+#COLLADA_TEST(animation simple suzannes_parent_inverse.blend)



More information about the Bf-blender-cvs mailing list