diff --git a/BeamAdapter_test/component/mapping/BeamLengthMappingTest.cpp b/BeamAdapter_test/component/mapping/BeamLengthMappingTest.cpp index 7a7ca5c3e..93b58601c 100644 --- a/BeamAdapter_test/component/mapping/BeamLengthMappingTest.cpp +++ b/BeamAdapter_test/component/mapping/BeamLengthMappingTest.cpp @@ -183,17 +183,18 @@ struct BeamLengthMappingTest : public sofa::mapping_test::Mapping_test<_BeamLeng string scene = "" - "" "" - " " - " " - " " - " " - " " - " " - " " - " " - " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " " " ; this->root = SceneLoaderXML::loadFromMemory ( "testCase1", scene.c_str()); @@ -268,7 +269,7 @@ TYPED_TEST( BeamLengthMappingTest , DISABLED_testCase1 ) } // second test case -TYPED_TEST( BeamLengthMappingTest , testCase2 ) +TYPED_TEST( BeamLengthMappingTest , DISABLED_testCase2 ) { ASSERT_TRUE(this->testCase2()); }