diff options
author | ericm <ericm> | 2000-02-26 00:51:16 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-02-26 00:51:16 (GMT) |
commit | 82800e44acbe9cb1a97b87ca1a503360ee3db8c2 (patch) | |
tree | 57a978079a8e8107bb6af2879955e568e776296b /tests | |
parent | 3bd63647333cb70952f3565159c81c7e50d69fa8 (diff) | |
download | tk-82800e44acbe9cb1a97b87ca1a503360ee3db8c2.zip tk-82800e44acbe9cb1a97b87ca1a503360ee3db8c2.tar.gz tk-82800e44acbe9cb1a97b87ca1a503360ee3db8c2.tar.bz2 |
* generic/tkImgGIF.c: Applied "spirit of" the patch in 1605 (the
submitted patch was more complicated than necessary and did not
extend to writing GIF's, only reading), to allow reading/writing
of GIF files on EBCDIC and other non-ASCII based systems.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/choosedir.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/choosedir.test b/tests/choosedir.test index 3f88147..3961490 100644 --- a/tests/choosedir.test +++ b/tests/choosedir.test @@ -5,7 +5,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: choosedir.test,v 1.1 2000/02/14 22:00:17 ericm Exp $ +# RCS: @(#) $Id: choosedir.test,v 1.2 2000/02/26 00:51:17 ericm Exp $ # if {[lsearch [namespace children] ::tcltest] == -1} { @@ -116,7 +116,7 @@ test filebox-2.3 "tk_chooseDirectory command" {unixOnly} { -title "Enter \"$otherdir\" and press Ok" \ -parent $parent -initialdir $initialdir] } $otherdir - + # cleanup ::tcltest::cleanupTests return |