diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-04 00:04:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-04 00:04:22 (GMT) |
commit | 1c57688379d64ca677ffca741a57b7033a317b1e (patch) | |
tree | 5fad790e8125f78d340ac378796278500e909848 /tests/listbox.test | |
parent | 985a1f03d9d2cd2596408671ce50adc009ea8aeb (diff) | |
download | tk-1c57688379d64ca677ffca741a57b7033a317b1e.zip tk-1c57688379d64ca677ffca741a57b7033a317b1e.tar.gz tk-1c57688379d64ca677ffca741a57b7033a317b1e.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 |