1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/caf/bug25153
vro d91b3986ed 0025153: Retrieval of arguments of selection crashes the application
A check on NULL is added into TDF_Tool::OutReferences() static methods.

Test cases for issue CR25153
2014-08-21 15:51:13 +04:00

17 lines
375 B
Plaintext

puts "=========="
puts "OCC25123"
puts "=========="
puts ""
###################################################
# Retrieval of arguments of selection crashes the application
###################################################
plane p 0 0 0 0 0 1
mkface f p -100 100 -100 100
NewDocument D XmlOcaf
ImportShape D 0:1 f
SelectShape D 0:2 f
ForgetAll D 0:1
ArgsSelection D 0:2