Adjusting bugs group for current state of OCCT
[occt.git] / tests / bugs / moddata / bug353
CommitLineData
61c421bf 1pload QAcommands
2
3puts "================"
4puts "OCC353"
5puts "================"
6puts ""
7##########################################################
8## Attached DRAW command "TATA_const" hangs in Geom2dGcc_Circ2d3Tan.
9##########################################################
10
11if [catch { OCC353 }] {
12 puts "OCC353: Error"
13} else {
14 puts "OCC353: OK"
15}
16