From ca56021c3e7b6cebd5b0963cfb66f42c33453ac5 Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 22 Jul 2008 14:35:23 +0000 Subject: remove duplicate test --- tests/imgPhoto.test | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/tests/imgPhoto.test b/tests/imgPhoto.test index c73df01..6cfaa4f 100644 --- a/tests/imgPhoto.test +++ b/tests/imgPhoto.test @@ -9,7 +9,7 @@ # # Author: Paul Mackerras (paulus@cs.anu.edu.au) # -# RCS: @(#) $Id: imgPhoto.test,v 1.28 2008/02/01 16:53:57 rmax Exp $ +# RCS: @(#) $Id: imgPhoto.test,v 1.29 2008/07/22 14:35:23 dgp Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -665,18 +665,6 @@ test imgPhoto-14.3 {GIF -index interleaving and small frames} -setup { image delete $i } -test imgPhoto-14.3 {GIF -index interleaving and small frames} -setup { - set i [image create photo] -} -body { - # Interleaved GIFs used to crash us when a smaller subsequent frame - # was accessed. - $i configure -format {GIF -index 1} -data { - R0lGODdhAQAFAPAAAP8AAAAAACwAAAAAAQAFAEACAoRdACwAAAAAAQAEAEACAoRRADs= - } -} -cleanup { - image delete $i -} - test imgPhoto-14.4 {GIF buffer overflow} -setup { set i [image create photo] } -body { -- cgit v0.12