Salome HOME
Updated copyright comment
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportPart_AfterCurrent_2.py
index 5d79c5b24ce180b30762219bf0e3f7c5a070522c..d2e2d37bd847412933a66e436d2799d0e6ed8635 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2019-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -94,6 +94,8 @@ model.begin()
 model.importPart(Part_1_doc, filename, Extrusion_1)
 model.end()
 
+model.removeTmpFile(filename)
+
 # compare results with the reference data
 TOLERANCE = 1.e-7
 features = Part_1_doc.allFeatures()