Salome HOME
Increase image comparison threshold to 6 for MEDREADER_7
[modules/paravis.git] / src / Plugins / MEDReader / Test / testMEDReader14.py
index 7cab54a480509b4b3a77ffd9929f03c2ac9535fc..15f25ffdfdd749254bdfe7fc1542a1af6fe75686 100644 (file)
@@ -1,5 +1,5 @@
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2007-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
@@ -172,5 +172,5 @@ baseline_file = os.path.join(baselinePath, "testMEDReader14.png")
 import vtk.test.Testing
 vtk.test.Testing.VTK_TEMP_DIR = vtk.util.misc.vtkGetTempDir()
 vtk.test.Testing.compareImage(renderView1.GetRenderWindow(), baseline_file,
-                                                            threshold=25)
+                                                            threshold=1)
 vtk.test.Testing.interact()