From c4ecd2574b9eef2796015c69c625b1f9cfbc4e17 Mon Sep 17 00:00:00 2001 From: abv Date: Mon, 26 Nov 2012 15:21:20 +0400 Subject: [PATCH] 0023584: Tests in group geometry generate gif images instead of png File end in group geometry modified to produce PNG images instead of GIF --- tests/geometry/end | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/geometry/end b/tests/geometry/end index ff32daf3b1..4f9627f128 100755 --- a/tests/geometry/end +++ b/tests/geometry/end @@ -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"