Modified test case (increase cpulimit in Debug mode)
[occt.git] / tests / bugs / caf / bug381_2
1 puts "================="
2 puts "OCC381"
3 puts "================="
4 puts ""
5
6 pload QAcommands
7
8 NewDocument D MDTV-Standard
9
10 ######################################################
11 if { [catch { OCC381_SaveAs D ${imagedir}/OCC381_2.std}] } {
12     puts "OCC381: Error" 
13 } else {
14     catch {exec chmod 777 ${imagedir}/OCC381_2.std}
15     file delete -force ${imagedir}/OCC381_2.std
16 }
17