Salome HOME
updated copyright message
[modules/shaper.git] / src / PartSetAPI / Test / TestRemoveDuplicate.py
index 66523e08e8a2b3c4fdaf07c39793a01f18def136..630ae98ccf155d19829bbaa81936760fee91d678 100644 (file)
@@ -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