Salome HOME
Define tests list into a unique file tests.set
[modules/paravis.git] / src / Plugins / MEDReader / Test / testMEDReader20.py
index 3e79bf2129f603979f68fb604afdf0de802249fe..9dc00d911b16d8e2ee2c71dd06bc451a9a66602a 100644 (file)
@@ -1,5 +1,5 @@
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2016  CEA/DEN, EDF R&D
+# Copyright (C) 2016, 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
@@ -147,5 +147,5 @@ except:
 baseline_file = os.path.join(baselinePath,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)
+vtk.test.Testing.compareImage(GetActiveView().GetRenderWindow(), baseline_file, threshold=1)
 vtk.test.Testing.interact()