1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0022470: Crash during IGES import

Adding test case
This commit is contained in:
apv 2014-07-31 13:15:26 +04:00 committed by bugmaster
parent 5435450fc5
commit 9a05760b6b

14
tests/bugs/xde/bug22470 Normal file
View File

@ -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"
}