X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FTest%2FTestImportPart_AfterLast_2.py;h=8cda6a1349ec16c1a5382b9caf59e30f7f944829;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=ca89a92c2af821c976ff5fe2c3ea9db2918eb296;hpb=88ee9b2b81cf93a6324336b57e30cc8a3a487499;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/Test/TestImportPart_AfterLast_2.py b/src/ExchangePlugin/Test/TestImportPart_AfterLast_2.py index ca89a92c2..8cda6a134 100644 --- a/src/ExchangePlugin/Test/TestImportPart_AfterLast_2.py +++ b/src/ExchangePlugin/Test/TestImportPart_AfterLast_2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2022 CEA/DEN, EDF R&D +# Copyright (C) 2019-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 @@ -127,6 +127,8 @@ model.begin() model.importPart(Part_1_doc, filename) model.end() +model.removeTmpFile(filename) + # compare results with the reference data TOLERANCE = 1.e-7 features = Part_1_doc.allFeatures()