1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/step/bug30397
dpasukhi e0a25f3d93 0030397: Data Exchange - STEP Reader extension to support entities which have a text description field with not supported symbols
STEP file is now opened in binary mode (instead of text mode) to avoid unexpected handling of control symbols inside string constants.
2020-09-12 20:42:19 +03:00

11 lines
357 B
Plaintext

puts "========================"
puts "0030397: Data Exchange - STEP Reader extension to support entities which have a text description field with not supported symbols"
puts "========================"
ReadStep D [locate_data_file bug31397.stp]
set state [data c]
if { [regexp "141153" $state] != 1 } {
puts "Error : wrong count of transferred roots"
}