diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-12-04 00:04:22 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-12-04 00:04:22 (GMT) |
commit | 4606013ae72ab727c06106139dbe827a62da96a4 (patch) | |
tree | 5fad790e8125f78d340ac378796278500e909848 /tests/listbox.test | |
parent | 9526073e803f6effda9cd06a460fd212aed9a9f4 (diff) | |
download | tk-4606013ae72ab727c06106139dbe827a62da96a4.zip tk-4606013ae72ab727c06106139dbe827a62da96a4.tar.gz tk-4606013ae72ab727c06106139dbe827a62da96a4.tar.bz2 |
Split duplicate test names [Bug 1078648]
Diffstat (limited to 'tests/listbox.test')
-rw-r--r-- | tests/listbox.test | 6 |
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 |