From: abv Date: Mon, 26 Nov 2012 11:21:20 +0000 (+0400) Subject: 0023584: Tests in group geometry generate gif images instead of png X-Git-Tag: V6_6_0_beta~204 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=c4ecd2574b9eef2796015c69c625b1f9cfbc4e17;p=occt-copy.git 0023584: Tests in group geometry generate gif images instead of png File end in group geometry modified to produce PNG images instead of GIF --- 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"