From: apv Date: Thu, 31 Jul 2014 09:15:26 +0000 (+0400) Subject: 0022470: Crash during IGES import X-Git-Tag: V6_8_0_beta~177 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=9a05760b6b07313e5d4ced3ca6eda1aa923785c2;p=occt-copy.git 0022470: Crash during IGES import Adding test case --- 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" +}