0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / bugs / vis / bug16950_2
diff --git a/tests/bugs/vis/bug16950_2 b/tests/bugs/vis/bug16950_2
deleted file mode 100755 (executable)
index 12cfde7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-puts "==========="
-puts "OCC16950"
-puts "==========="
-######################################################
-# OCC Visualization fails to display empty nested compounds
-######################################################
-
-set BugNumber OCC16950
-
-puts "Make compound containing another (empty) one"
-compound c
-compound c result
-
-puts "And display it"
-vinit
-vdisplay result
-
-# Resume
-if [catch { vsetdispmode 2 } res] {
-   puts "Faulty ${BugNumber}"
-} else {
-   puts "OK ${BugNumber}"
-}
-