0024291: Visualization - move Z-buffer trihedron presentation from TKOpenGl to TKV3d
[occt.git] / tests / bugs / vis / bug26424
diff --git a/tests/bugs/vis/bug26424 b/tests/bugs/vis/bug26424
deleted file mode 100644 (file)
index cb51865..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-puts "========"
-puts "OCC26424"
-puts "========"
-puts ""
-################################################################
-# Text is not rendered within core profile on Windows platform
-################################################################
-
-vcaps -core
-vinit View1
-vclear
-vaxo
-vzbufftrihedron
-
-if { [checkplatform -windows] } {
-  # Windows platform
-  set ok_color "GRAY52"
-} else {
-  # Linux platform
-  set ok_color "GRAY85"
-}
-
-set bug_info [vreadpixel 71 350 rgb name]
-if {$bug_info != $ok_color} {
-  puts "ERROR: OCC26424 is reproduced. Trihedron does non have text labels."
-}
-
-checkview -screenshot -3d -path ${imagedir}/${test_image}.png