mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
17 lines
359 B
Plaintext
Executable File
17 lines
359 B
Plaintext
Executable File
pload QAcommands
|
|
|
|
puts "================"
|
|
puts "OCC353"
|
|
puts "================"
|
|
puts ""
|
|
##########################################################
|
|
## Attached DRAW command "TATA_const" hangs in Geom2dGcc_Circ2d3Tan.
|
|
##########################################################
|
|
|
|
if [catch { OCC353 }] {
|
|
puts "OCC353: Error"
|
|
} else {
|
|
puts "OCC353: OK"
|
|
}
|
|
|