0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / bugs / vis / bug31688
diff --git a/tests/bugs/vis/bug31688 b/tests/bugs/vis/bug31688
deleted file mode 100644 (file)
index 693bd40..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-puts "============"
-puts "0031688: Visualization - Wrong ISO lines for a face created from BSpline"
-puts "============"
-puts ""
-
-pload MODELING VISUALIZATION
-pbsplinecurve aa 2 4 0 1 1 1 2 1 3 1  0 0 0 1  1 2 0 1  2 0 0 1
-mkedge ee aa
-wire ww ee
-mkplane ff ww
-vinit
-vdisplay ff
-visos ff 50 50 1
-vfit
-
-if { [vreadpixel 365 200 -rgb -name] != "BLACK" ||
-     [vreadpixel 366 200 -rgb -name] != "BLACK" ||
-     [vreadpixel 367 200 -rgb -name] != "BLACK" } {
-  puts "Error: isolines are not expected here"
-}
-
-vdump ${imagedir}/${casename}.png