0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / bugs / vis / bug138_2
diff --git a/tests/bugs/vis/bug138_2 b/tests/bugs/vis/bug138_2
deleted file mode 100755 (executable)
index 23cc2f5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-puts "========"
-puts "OCC138"
-puts "========"
-
-vinit
-set info [OCC138LC]
-
-set ll [llength ${info}]
-if {${ll} < 5 } {
-   puts "OCC138: Error (case 1)"
-} else {
-  regexp {No of selected += +([-0-9.+eE]+)} $info full NbCurrents
-  if {${NbCurrents} != 3 } {
-     puts "OCC138: Error (case 2)"
-  }
-}
-
-vfit
-checkview -screenshot -3d -path ${imagedir}/${test_image}.png