mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Field theflags in class Interface_BitMap is always initialized to avoid exception on operations with the class. Added test bugs step bug30378
15 lines
514 B
Plaintext
15 lines
514 B
Plaintext
puts "# ==============================================================================="
|
|
puts "# 0030378: Data Exchange - extract of subset of model entities fails (regression)"
|
|
puts "# ==============================================================================="
|
|
|
|
puts "Prepare simple STEP model"
|
|
pload MODELING XSDRAW
|
|
box b 10 10 10
|
|
stepwrite a b
|
|
|
|
puts "Write entity #3"
|
|
set res [writeent ${imagedir}/${test_image}.stp 3]
|
|
if { ! [regexp {Write\s+Done} $res] } {
|
|
puts "Error: expected output is not found"
|
|
}
|