1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0023953: Avoid unjustified use of $CASROOT and exporting to GIF in tests

Function locate_data_file is used instead of direct path in 3rdparty fonts tests
DE tests changed to produce PNG images
This commit is contained in:
abv 2013-05-11 11:04:14 +04:00
parent 12f139fde8
commit ac29d56ac7
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ puts ""
vtrihedron trihedr
set aFileHandle [open "$::env(CASROOT)/data/step/screw.step" r]
set aFileHandle [open [locate_data_file screw.step] r]
set aText [read $aFileHandle]
close $aFileHandle

View File

@ -6,7 +6,7 @@ puts ""
vtrihedron trihedr
set aFileHandle [open "$::env(CASROOT)/data/step/screw.step" r]
set aFileHandle [open [locate_data_file screw.step] r]
set aFileData [read $aFileHandle]
close $aFileHandle

View File

@ -702,7 +702,7 @@ if { $mist < 1 } {
}
}
fit
xwd $imagedir/${test_image}.gif
xwd $imagedir/${test_image}.png
if { $mist < 1 } {
if { [catch { Close D_Second } catch_result] } {
puts "Error : cannot close a document D_Second"