summaryrefslogtreecommitdiffstats
path: root/tests/imgPhoto.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/imgPhoto.test')
-rw-r--r--tests/imgPhoto.test14
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 {