summaryrefslogtreecommitdiffstats
path: root/tests/listbox.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-12-08 03:02:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-12-08 03:02:52 (GMT)
commit21df9ae7a1997e227dd3deb9a4855ab9b40bac7f (patch)
tree0d85c25f22d5dc509dc72c795506d36d9ae793f9 /tests/listbox.test
parent4180597529a6eee5a39a5cd58cc6275e2dd232f3 (diff)
downloadtk-21df9ae7a1997e227dd3deb9a4855ab9b40bac7f.zip
tk-21df9ae7a1997e227dd3deb9a4855ab9b40bac7f.tar.gz
tk-21df9ae7a1997e227dd3deb9a4855ab9b40bac7f.tar.bz2
* tests/canvPs.test: Cleaned up the matching of [makeFile] and
* tests/choosedir.test: [removeFile] commands as indicated by the * tests/filebox.test: results of a -debug 1 run of the test suite. * tests/imgPPM.test: Tk test suite is now -debug 1 clean. This * tests/imgPhoto.test: completes fixing [1078648]. * tests/listbox.test: * tests/main.test:
Diffstat (limited to 'tests/listbox.test')
-rw-r--r--tests/listbox.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/listbox.test b/tests/listbox.test
index 73b068a..8534e10 100644
--- a/tests/listbox.test
+++ b/tests/listbox.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: listbox.test,v 1.24 2004/12/04 00:04:41 dkf Exp $
+# RCS: @(#) $Id: listbox.test,v 1.25 2004/12/08 03:03:06 dgp Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -943,6 +943,7 @@ test listbox-4.18 {ConfigureListbox, no listvar -> bad listvar} {
"unmatched open quote in list: invalid -listvariable value"]
test listbox-4.19 {ConfigureListbox, no listvar -> bad non-existent listvar} {
catch {destroy .l}
+ unset -nocomplain ::foo
listbox .l -listvar foo
.l insert end a b c d
catch {.l configure -listvar ::zoo::bar::foo} result