0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / v3d / transparency / highlight
diff --git a/tests/v3d/transparency/highlight b/tests/v3d/transparency/highlight
deleted file mode 100644 (file)
index 4b1320d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-puts "========"
-puts "Transparency - shading highlight"
-puts "========"
-
-psphere s 1
-vinit View1
-vdisplay -dispMode 1 s
-vfit
-vsettransparency s 0.5
-vrenderparams -oit 0
-vselprops dynHighlight -dispMode -1
-vmoveto 250 250
-checkcolor 250 250 0 1 1
-if { $stat != 1 } {
-   puts "Error : Highlighting is broken."
-}