diff --git a/tests/bugs/xde/bug22470 b/tests/bugs/xde/bug22470 new file mode 100644 index 0000000000..ef5f7227ae --- /dev/null +++ b/tests/bugs/xde/bug22470 @@ -0,0 +1,14 @@ +puts "============" +puts "OCC22470" +puts "============" +puts "" +############################ +# Crash during IGES import +############################ + +igesbrep [locate_data_file occ22470.igs] a * + +set bug_info [nbshapes a] +if {[lindex $bug_info 31] == 0} { + puts "ERROR: OCC22470 is reproduced" +}