mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0022470: Crash during IGES import
Adding test case
This commit is contained in:
14
tests/bugs/xde/bug22470
Normal file
14
tests/bugs/xde/bug22470
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user