mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Test parse rules are improved to recognize messages with word 'fail' or 'failure' as errors. Test cases are corrected accordingly (TODO or REQUIRED statements added where fail messages were not noticed previously).
28 lines
685 B
Plaintext
28 lines
685 B
Plaintext
puts "TODO OCC26225 ALL: compute of chamfer failed"
|
|
puts "TODO OCC26225 ALL: TEST INCOMPLETE"
|
|
|
|
puts "========"
|
|
puts "OCC26225"
|
|
puts "========"
|
|
puts ""
|
|
#################################################################################################
|
|
# Wrong result of chamfer in case of coinciding bound of chamfer's surface with bound of a face
|
|
#################################################################################################
|
|
|
|
restore [locate_data_file bug26225_chamferror_1.brep] b1
|
|
|
|
smallview
|
|
|
|
explode b1 f
|
|
copy b1_9 f1
|
|
copy b1_1 f2
|
|
explode b1 e
|
|
copy b1_10 e
|
|
|
|
donly b1 f1 e
|
|
fit
|
|
|
|
chamf r b1 e f1 0.1 0.1
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|