1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0023584: Tests in group geometry generate gif images instead of png

File end in group geometry modified to produce PNG images instead of GIF
This commit is contained in:
abv 2012-11-26 15:21:20 +04:00
parent fc3a37cda1
commit c4ecd2574b

View File

@ -98,7 +98,7 @@ if { [string compare "$viewer" "v2d"] == 0 } {
} else {
puts "Error : wrong value of variable viewer"
}
xwd $imagedir/${test_image}.gif
xwd $imagedir/${test_image}.png
# to end a test script
puts "TEST COMPLETED"