From: eap Date: Wed, 20 Mar 2013 07:46:14 +0000 (+0000) Subject: 0022168: [CEA 762] medloader documentation X-Git-Tag: V6_main_FINAL~265 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=03d870294434ee8753d48627a2af59d9f54990a8;p=tools%2Fmedcoupling.git 0022168: [CEA 762] medloader documentation Fix failure of testExampleMeshAdvAPI1() after the first fix of this issue. --- diff --git a/src/MEDLoader/Swig/MEDLoaderExamplesTest.py b/src/MEDLoader/Swig/MEDLoaderExamplesTest.py index db4b25406..9804efa42 100644 --- a/src/MEDLoader/Swig/MEDLoaderExamplesTest.py +++ b/src/MEDLoader/Swig/MEDLoaderExamplesTest.py @@ -164,6 +164,7 @@ class MEDLoaderBasicsTest(unittest.TestCase): myMesh.setName(meshName) MEDLoader.WriteUMesh("wFile1.med",myMesh,True) #! [PySnippetMeshAdvAPI1_1] + os.remove("wFile1.med") #! [PySnippetMeshAdvAPI1_2] self.assertTrue(isinstance(myMesh,MEDCouplingUMesh)) myMesh.setName(meshName)