1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-02 17:46:22 +03:00
bugmaster 50174691dc 0032404: Draw - problems with definition of cpulimit in tests
- The maximum value of cpulimit in test cases was limited to 1000 seconds (~ 17 minutes)
- cpulimit 1000 has been added to hlr/begin
2021-06-16 17:10:53 +03:00

23 lines
537 B
Plaintext

puts "========================"
puts " OCC599"
puts "========================"
puts ""
#########################################################
## Result of BOPFUSE operation is unclosed shape in spite of source solids are valid
#########################################################
cpulimit 1000
restore [locate_data_file OCC600_1.brep] a
checkshape a
restore [locate_data_file OCC600_2.brep] b
checkshape b
bop b a
bopfuse result
checkprops result -s 679784
checkview -display result -2d -path ${imagedir}/${test_image}.png