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:
parent
12f139fde8
commit
ac29d56ac7
2
tests/3rdparty/fonts/A3
vendored
2
tests/3rdparty/fonts/A3
vendored
@ -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
|
||||
|
||||
|
2
tests/3rdparty/fonts/A4
vendored
2
tests/3rdparty/fonts/A4
vendored
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user