diff --git a/tests/bugs/caf/bug26293_1 b/tests/bugs/caf/bug26293_1 new file mode 100644 index 0000000000..6d3c12e2f4 --- /dev/null +++ b/tests/bugs/caf/bug26293_1 @@ -0,0 +1,9 @@ +puts "===========" +puts "OCC26293" +puts "===========" +puts "" +################################# +# Error opening the document +################################# + +Open [locate_data_file bug26293_Study1_GEOM.sgd] D \ No newline at end of file diff --git a/tests/bugs/caf/bug26293_2 b/tests/bugs/caf/bug26293_2 new file mode 100644 index 0000000000..d8b8d9d23d --- /dev/null +++ b/tests/bugs/caf/bug26293_2 @@ -0,0 +1,17 @@ +puts "===========" +puts "OCC26293" +puts "===========" +puts "" +################################# +# Error opening the document +################################# + +Open [locate_data_file bug26293_all_geom.sgd] D +vinit +for {set i 1} {$i < 1065} {incr i} { + if { ![catch {GetShape D 0:1:$i:1:1:2 res$i}] } { + vdisplay res$i + } +} +vfit +checkview -screenshot -3d -path ${imagedir}/${test_image}.png \ No newline at end of file