Salome HOME
Define tests list into a unique file tests.set
[modules/paravis.git] / src / Plugins / MEDReader / Test / testMEDReader4.py
index a6cef30f391d7a520e5d6592734acd8d8062aa70..fd51b93f42194bcb48e9e6d4ed8e9076d840a235 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
@@ -106,5 +106,5 @@ baseline_file = os.path.join(baselinePath, "testMEDReader4.png")
 import vtk.test.Testing
 vtk.test.Testing.VTK_TEMP_DIR = vtk.util.misc.vtkGetTempDir()
 vtk.test.Testing.compareImage(GetActiveView().GetRenderWindow(), baseline_file,
-                                                            threshold=25)
+                                                            threshold=1)
 vtk.test.Testing.interact()