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)
This commit is contained in:
Gaia Clary 2018-04-16 09:55:05 +02:00
parent b4e8d33f11
commit 2720667566
1 changed files with 4 additions and 2 deletions

View File

@ -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)