0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / bugs / vis / bug27836
diff --git a/tests/bugs/vis/bug27836 b/tests/bugs/vis/bug27836
deleted file mode 100644 (file)
index 2d148ab..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-puts "========"
-puts "Gradient background is lost at some camera positions"
-puts "========"
-
-# Test case setup the camera in such a position,
-# so that background plane will be clipped by Z-range if not handled by Z-fit.
-
-pload MODELING VISUALIZATION
-box b 0 0 -100 100 90 10
-
-vclear
-vinit View1
-vaxo
-vbackground -gradient B4C8FF B4B4B4 -gradientMode VERTICAL
-vzbufftrihedron
-vdisplay -dispMode 1 b
-vsetlocation b 0 0 1000
-vfit
-
-vviewparams -scale 6.66 -eye 48 43 -210 -at 50 45 -95
-
-if { [vreadpixel 100 300 -rgb -name] != "GRAY75" } { puts "Error: gradient background is not displayed" }
-
-vdump $imagedir/${casename}.png