0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / bugs / vis / bug25400
diff --git a/tests/bugs/vis/bug25400 b/tests/bugs/vis/bug25400
deleted file mode 100644 (file)
index d49c084..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-puts "========"
-puts "OCC25400"
-puts "========"
-puts ""
-###################################################################################################
-#  Visualization, TKOpenGl - Structure disappears if assigned a non-default Z layer
-###################################################################################################
-
-box b 1 2 3
-vinit
-vdisplay b
-vrenderparams -frustumculling on
-vfit
-
-vdump $imagedir/${casename}_default_layer.png
-
-# 1. Test a non-default Z layer:
-# the object should not disappear from the screen
-# due to wrong frustum culling operation
-
-vzlayer add
-vobjzlayer set b 1
-# vfit is used to redraw the view, the box disappeared after this due to the issue 25400
-vfit
-
-vdump $imagedir/${casename}_new_layer.png
-
-vzlayer del 1
-# vfit is used to redraw the view, the textured box appeared again after this
-vfit
-
-vdump $imagedir/${casename}_after_delete_layer.png
-
-# 2. Test a non-default display priority value:
-# the object should not disappear from the screen
-# due to wrong frustum culling operation
-
-vpriority b
-vpriority b 6
-
-vdump $imagedir/${casename}_new_priority.png
-
-checkview -screenshot -3d -path ${imagedir}/${test_image}.png