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
+1 -1
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"