X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetAPI%2FTest%2FTestRemoveDuplicate.py;h=630ae98ccf155d19829bbaa81936760fee91d678;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=66523e08e8a2b3c4fdaf07c39793a01f18def136;hpb=ee6034427d4adc3b83cad729e641537382576ab4;p=modules%2Fshaper.git diff --git a/src/PartSetAPI/Test/TestRemoveDuplicate.py b/src/PartSetAPI/Test/TestRemoveDuplicate.py index 66523e08e..630ae98cc 100644 --- a/src/PartSetAPI/Test/TestRemoveDuplicate.py +++ b/src/PartSetAPI/Test/TestRemoveDuplicate.py @@ -1,3 +1,22 @@ +# Copyright (C) 2014-2023 CEA/DEN, EDF R&D +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + # Created a Part Remove/Duplicate API functionality since from low level and python dump it is not # tested: feature history infor is not stored. @@ -27,6 +46,8 @@ for n in ["Part_1", "Part_3", "Part_2", "Part_4"]: # Remove the middle Part model.removePart(Copy_2) +# move the history line to the end, because remove makes the current feature up +PartSet.setCurrentFeature(Copy_3.feature(), False) model.do() # check the intermediate result @@ -38,6 +59,8 @@ for n in ["Part_1", "Part_2", "Part_4"]: # Remove a first copy model.removePart(Copy_1) +# move the history line to the end, because remove makes the current feature up +PartSet.setCurrentFeature(Copy_3.feature(), False) model.end() # Undo the last remove