mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The reason of exception has been eliminated. Creation of the test case for this issue. Correction of unstable test case. Some test cases have been adjusted according to their new behavior.
19 lines
561 B
Plaintext
Executable File
19 lines
561 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC11856"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Error in reading of step file
|
|
#######################################################################
|
|
|
|
set BugNumber OCC11856
|
|
|
|
stepread [locate_data_file OCC11856.stp] a *
|
|
|
|
tpcompound result
|
|
|
|
checkprops result -s 653034
|
|
checkshape result
|
|
checknbshapes result -vertex 684 -edge 1222 -wire 519 -face 512 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 2940
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|