summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/zlib.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/zlib.test b/tests/zlib.test
index c3e344c..61e14bb 100644
--- a/tests/zlib.test
+++ b/tests/zlib.test
@@ -486,7 +486,7 @@ test zlib-8.18 {Bug dd260aaf: fconfigure} -setup {
catch {close $inSide}
catch {close $outSide}
} -result {{one two} {one two}}
-test zlib-8.19 {zlib transformation, bug XXXXXXXXXX} -constraints zlib -setup {
+test zlib-8.19 {zlib transformation, bug f9eafc3886} -constraints zlib -setup {
set file [makeFile {} test.gz]
} -body {
set f [zlib push gzip [open $file w] -header [list comment [string repeat A 500]]]
@@ -498,7 +498,7 @@ test zlib-8.19 {zlib transformation, bug XXXXXXXXXX} -constraints zlib -setup {
close $f
removeFile $file
} -returnCodes 1 -result {Comment too large for zip}
-test zlib-8.20 {zlib transformation, bug XXXXXXXXXX} -constraints zlib -setup {
+test zlib-8.20 {zlib transformation, bug f9eafc3886} -constraints zlib -setup {
set file [makeFile {} test.gz]
} -body {
set f [zlib push gzip [open $file w] -header [list filename [string repeat A 5000]]]
@@ -510,7 +510,7 @@ test zlib-8.20 {zlib transformation, bug XXXXXXXXXX} -constraints zlib -setup {
close $f
removeFile $file
} -returnCodes 1 -result {Filename too large for zip}
-test zlib-8.21 {zlib transformation, bug XXXXXXXXXX} -constraints zlib -setup {
+test zlib-8.21 {zlib transformation, bug f9eafc3886} -constraints zlib -setup {
set file [makeFile {} test.gz]
} -body {
set f [zlib push gzip [open $file w] -header [list comment \u100]]
@@ -522,7 +522,7 @@ test zlib-8.21 {zlib transformation, bug XXXXXXXXXX} -constraints zlib -setup {
close $f
removeFile $file
} -returnCodes 1 -result {Comment contains characters > 0xFF}
-test zlib-8.22 {zlib transformation, bug XXXXXXXXXX} -constraints zlib -setup {
+test zlib-8.22 {zlib transformation, bug f9eafc3886} -constraints zlib -setup {
set file [makeFile {} test.gz]
} -body {
set f [zlib push gzip [open $file w] -header [list filename \u100]]