1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/iges/bug23822
kgv 30fa5f6713 0032705: Test - name clashes within temporary files within bugs/caf/bug23766_X
Several test cases writing temporary files have been corrected.
2021-12-02 21:14:57 +03:00

11 lines
264 B
Plaintext
Executable File

puts "========"
puts "CR23822: S I G S E G V 'segmentation v i o l a t i o n' during writing IGES"
puts "========"
puts ""
ReadIges D [locate_data_file ball_bearing.igs]
set aTmpFile ${imagedir}/${casename}.igs
WriteIges D $aTmpFile
file delete -force $aTmpFile