summaryrefslogtreecommitdiffstats
path: root/tests/listbox.test
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2004-12-04 00:04:21 (GMT)
committerdkf <dkf@noemail.net>2004-12-04 00:04:21 (GMT)
commit6bac3a14be15a56bdcc4a7adeba1a9de6f984873 (patch)
tree5fad790e8125f78d340ac378796278500e909848 /tests/listbox.test
parent952eaa53a60d60ee8fe683bd5132754a33cbf2ad (diff)
downloadtk-6bac3a14be15a56bdcc4a7adeba1a9de6f984873.zip
tk-6bac3a14be15a56bdcc4a7adeba1a9de6f984873.tar.gz
tk-6bac3a14be15a56bdcc4a7adeba1a9de6f984873.tar.bz2
Split duplicate test names [Bug 1078648]
FossilOrigin-Name: b6ab93bceb2b3997b5406becf947ca5c3948ac0d
Diffstat (limited to 'tests/listbox.test')
-rw-r--r--tests/listbox.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/listbox.test b/tests/listbox.test
index ef9de1c..73b068a 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.23 2003/10/13 00:54:45 hobbs Exp $
+# RCS: @(#) $Id: listbox.test,v 1.24 2004/12/04 00:04:41 dkf Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -1864,7 +1864,7 @@ test listbox-21.12 {ListboxListVarProc, cleanup item attributes} {
set x [list 0 1 2 3 4 5 6]
.l itemcget end -fg
} {}
-test listbox-21.12 {ListboxListVarProc, cleanup item attributes} {
+test listbox-21.12a {ListboxListVarProc, cleanup item attributes} {
catch {destroy .l}
set x [list a b c d e f g]
listbox .l -listvar x
@@ -2030,7 +2030,7 @@ test listbox-24.3 {itemcget} {
catch {.l itemcget 0} result
set result
} {wrong # args: should be ".l itemcget index option"}
-test listbox-24.3 {itemcget, itemcg shortcut} {
+test listbox-24.4 {itemcget, itemcg shortcut} {
catch {destroy .l}
listbox .l
.l insert end a b c d