0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / bugs / vis / bug27083
diff --git a/tests/bugs/vis/bug27083 b/tests/bugs/vis/bug27083
deleted file mode 100644 (file)
index 1faa5f9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-puts "========"
-puts "0027083: Visualization, Ray Tracing - shape with visible face boundaries disappears after turning the ray-tracing on"
-puts "========"
-puts ""
-
-pload VISUALIZATION MODELING
-
-box b 1 1 1
-
-vclear
-vinit View1
-
-vdisplay -noupdate -dispMode 1 b
-vfit
-vaspects b -setFaceBoundaryDraw 1 -setFaceBoundaryColor RED -setFaceBoundaryWidth 3
-vraytrace 1
-
-if {[vreadpixel 295 255 -rgb -name] != "DARKGOLDENROD"} { puts "ERROR: the box with boundary aspect set is not shown in ray-tracing mode!" }
-if {[vreadpixel 105  58 -rgb -name] != "RED"}           { puts "ERROR: the box's boundaries are not shown in ray-tracing mode!" }
-
-vdump $imagedir/${casename}.png