Salome HOME
Increase image comparison threshold to 6 for MEDREADER_7
[modules/paravis.git] / src / Plugins / MEDReader / Test / testMEDReader19.py
index 66eff8669645c35d024b2a31badde63b892074e6..79d4dd78efe193a65db69498338cb5e0d9c848b0 100644 (file)
@@ -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,14 +77,6 @@ extractCellType1Display = Show(extractCellType1, renderView1)
 # trace defaults for the display properties.
 extractCellType1Display.ColorArrayName = [None, '']
 extractCellType1Display.ScalarOpacityUnitDistance = 0.5
-extractCellType1Display.OpacityArray = [None, '']
-extractCellType1Display.RadiusArray = [None, '']
-extractCellType1Display.RadiusRange = [0.2, 0.7]
-extractCellType1Display.ConstantRadius = 0.7
-extractCellType1Display.PointSpriteDefaultsInitialized = 1
-extractCellType1Display.SelectInputVectors = [None, '']
-extractCellType1Display.WriteLog = ''
-
 
 renderView1.InteractionMode = '2D'
 renderView1.CameraPosition = [0.2, 0.2, 10000.0]
@@ -106,6 +98,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()
-