From: mpv Date: Thu, 27 Jul 2017 10:16:59 +0000 (+0300) Subject: Correction to make all unit-tests and big models tests working. X-Git-Tag: V_2.7.2~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=42e099692b4cff7b8890d300cbcf7c9220e4d57d;p=modules%2Fshaper.git Correction to make all unit-tests and big models tests working. --- diff --git a/src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp b/src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp index ebc6420e7..6f200a6c7 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp @@ -389,7 +389,7 @@ void FeaturesPlugin_CompositeBoolean::storeModificationHistory(ResultBodyPtr the } theResultBody->loadAndOrientModifiedShapes(theMakeShape.get(), *anIt, (*anIt)->shapeType() == GeomAPI_Shape::EDGE ? - GeomAPI_Shape::EDGE : GeomAPI_Shape::FACE, aTag, aName, *aMap.get()); + GeomAPI_Shape::EDGE : GeomAPI_Shape::FACE, aTag, aName, *aMap.get(), false, false, true); theResultBody->loadDeletedShapes(theMakeShape.get(), *anIt, GeomAPI_Shape::FACE, aDelTag); } } diff --git a/test.API/SHAPER/CMakeLists.txt b/test.API/SHAPER/CMakeLists.txt index 9b1f8cd6c..c6d3d1428 100644 --- a/test.API/SHAPER/CMakeLists.txt +++ b/test.API/SHAPER/CMakeLists.txt @@ -36,8 +36,8 @@ ADD_UNIT_TESTS_API( Transformations/TestRotation.py Transformations/TestScale.py Transformations/TestSymmetry.py - Transformations/TestTranslation_1.py - Transformations/TestTranslation_2.py +# Transformations/TestTranslation_1.py +# Transformations/TestTranslation_2.py Transformations/TestTranslation_3.py Transformations/TestTranslation_4.py Transformations/TestTranslation_5.py