X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetAPI%2FTest%2FTestRemoveDuplicate.py;h=630ae98ccf155d19829bbaa81936760fee91d678;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=da4c94f8b82af8f63a61d5da244136b49360ec02;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/PartSetAPI/Test/TestRemoveDuplicate.py b/src/PartSetAPI/Test/TestRemoveDuplicate.py index da4c94f8b..630ae98cc 100644 --- a/src/PartSetAPI/Test/TestRemoveDuplicate.py +++ b/src/PartSetAPI/Test/TestRemoveDuplicate.py @@ -1,22 +1,21 @@ -## Copyright (C) 2014-2017 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 -## +# 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. @@ -47,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 @@ -58,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