1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug26225_1
apn 0e443e130c 0028097: Test system does not recognize 'fail...' messages as errors
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).
2018-03-26 15:40:11 +03:00

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