1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
nds 0c44027cb9 0029841: Test cases from tools/dfbrowser periodically hang on Windows platform
Do not start new thread if the thread has been already started. Restart the thread after the previous has finished.
2018-06-14 14:03:12 +03:00

13 lines
373 B
Plaintext

puts "========"
puts "0029841: Test cases from tools/dfbrowser periodically hang on Windows platform"
puts "========"
pload INSPECTOR
tinspector -plugins dfbrowser
for { set i 1 } { ${i} <= 10 } { incr i } {
tinspector -open [locate_data_file bug29743.cbf] -select 0 TNaming_UsedShapes
tinspector -open [locate_data_file bug29733.cbf] -select 0 TNaming_UsedShapes
}