diff options
author | dgp <dgp@users.sourceforge.net> | 2008-07-22 14:35:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-07-22 14:35:23 (GMT) |
commit | ca56021c3e7b6cebd5b0963cfb66f42c33453ac5 (patch) | |
tree | 567c947cee60b2e975a137d40652765ac32f62b8 /tests/imgPhoto.test | |
parent | 2984299e0c3bf197c1fff393f0edc8522ac68172 (diff) | |
download | tk-ca56021c3e7b6cebd5b0963cfb66f42c33453ac5.zip tk-ca56021c3e7b6cebd5b0963cfb66f42c33453ac5.tar.gz tk-ca56021c3e7b6cebd5b0963cfb66f42c33453ac5.tar.bz2 |
remove duplicate test
Diffstat (limited to 'tests/imgPhoto.test')
-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..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 { |