X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FTest%2FtestMEDReader21.py;h=6a85a431aba084990558c1101d9a33a91800449b;hb=7f73f7630e2938bcd12c9736c95ab0b72ec8a072;hp=e58d2f780bd4f59eb9f72658bec81aec285e2f02;hpb=0fe0ec78fe279cd9752128f2dcfe4c70cab898b7;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/Test/testMEDReader21.py b/src/Plugins/MEDReader/Test/testMEDReader21.py index e58d2f78..6a85a431 100644 --- a/src/Plugins/MEDReader/Test/testMEDReader21.py +++ b/src/Plugins/MEDReader/Test/testMEDReader21.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2015-2016 CEA/DEN, EDF R&D +# Copyright (C) 2015-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 @@ -77,7 +77,7 @@ vtkBlockColorsLUT = GetColorTransferFunction('vtkBlockColors') vtkBlockColorsPWF = GetOpacityTransferFunction('vtkBlockColors') # create a new 'ELNO Mesh' -eLNOMesh1 = ELNOMesh(Input=testTotomed) +eLNOMesh1 = ELNOfieldToSurface(Input=testTotomed) # Properties modified on eLNOMesh1 eLNOMesh1.ShrinkFactor = 0.5 # <- test is here !!!!!!!! @@ -159,6 +159,5 @@ except: baseline_file = os.path.join(baselinePath, imgName) import vtk.test.Testing vtk.test.Testing.VTK_TEMP_DIR = vtk.util.misc.vtkGetTempDir() -vtk.test.Testing.compareImage(GetActiveView().GetRenderWindow(), baseline_file, threshold=25) +vtk.test.Testing.compareImage(GetActiveView().GetRenderWindow(), baseline_file, threshold=1) vtk.test.Testing.interact() -