1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/heal/bug24934
aml 2958244411 0024934: Section: crash for two faces
Added protection from null vertexes.

Test case for issue CR24934
2014-11-05 17:27:09 +03:00

17 lines
447 B
Plaintext

puts "============"
puts "OCC24934"
puts "============"
puts ""
######################################################
# Section: crash for two faces
######################################################
restore [locate_data_file bug24934_f1.brep] f1
set info [fixshape ff1 f1]
if { [regexp "Exception" $info] != 0 } {
puts "Error : Exception in \"fixshape\" command was caught"
} else {
puts "OK: Command \"fixshape\" work properly"
}