mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
- The maximum value of cpulimit in test cases was limited to 1000 seconds (~ 17 minutes) - cpulimit 1000 has been added to hlr/begin
21 lines
587 B
Plaintext
21 lines
587 B
Plaintext
puts "============"
|
|
puts "OCC5708"
|
|
puts "OCC6284"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# New feature for fixing position vertices made during project COLORVIZ
|
|
# Following after bug OCC5708. Exception during reading on the file attached to the bug OCC5708
|
|
######################################################
|
|
|
|
cpulimit 1000
|
|
|
|
set BugNumber OCC5708
|
|
|
|
#set env(CSF_STEPDefaults) ${filedir}/OCC5708_STEPDefaults/.
|
|
|
|
stepread [locate_data_file OCC5708.step] a *
|
|
tpcompound result
|
|
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|