diff options
author | dgp <dgp@users.sourceforge.net> | 2008-07-22 14:35:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-07-22 14:35:21 (GMT) |
commit | 0542c421994a77e3d4f17d790e1725ea1ac408cb (patch) | |
tree | c97957ef02f2aff23217471c4c644d04d03f20de /tests | |
parent | 2522c1a958eb895f1e4d576207c643353960ee56 (diff) | |
download | tk-0542c421994a77e3d4f17d790e1725ea1ac408cb.zip tk-0542c421994a77e3d4f17d790e1725ea1ac408cb.tar.gz tk-0542c421994a77e3d4f17d790e1725ea1ac408cb.tar.bz2 |
remove duplicate test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/imgPhoto.test | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/imgPhoto.test b/tests/imgPhoto.test index c73df01..d8cb2fc 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.28.2.1 2008/07/22 14:35:21 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 { |