Prepared branch for raising to master
[occt.git] / tests / bugs / caf / bug381_2
CommitLineData
a87752f3 1puts "================="
2puts "OCC381"
3puts "================="
4puts ""
5
6pload QAcommands
7
8NewDocument D MDTV-Standard
9
10######################################################
11if { [catch { OCC381_SaveAs D ${imagedir}/OCC381.std}] } {
12 puts "OCC381: Error"
13} else {
e54706ed 14 catch {exec chmod 777 ${imagedir}/OCC381.std}
a87752f3 15 file delete ${imagedir}/OCC381.std
16}
17