From 9a05760b6b07313e5d4ced3ca6eda1aa923785c2 Mon Sep 17 00:00:00 2001 From: apv Date: Thu, 31 Jul 2014 13:15:26 +0400 Subject: [PATCH] 0022470: Crash during IGES import Adding test case --- tests/bugs/xde/bug22470 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/bugs/xde/bug22470 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" +}