diff options
author | dkf <dkf@noemail.net> | 2004-12-04 00:04:21 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-12-04 00:04:21 (GMT) |
commit | 6bac3a14be15a56bdcc4a7adeba1a9de6f984873 (patch) | |
tree | 5fad790e8125f78d340ac378796278500e909848 /tests/button.test | |
parent | 952eaa53a60d60ee8fe683bd5132754a33cbf2ad (diff) | |
download | tk-6bac3a14be15a56bdcc4a7adeba1a9de6f984873.zip tk-6bac3a14be15a56bdcc4a7adeba1a9de6f984873.tar.gz tk-6bac3a14be15a56bdcc4a7adeba1a9de6f984873.tar.bz2 |
Split duplicate test names [Bug 1078648]
FossilOrigin-Name: b6ab93bceb2b3997b5406becf947ca5c3948ac0d
Diffstat (limited to 'tests/button.test')
-rw-r--r-- | tests/button.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/button.test b/tests/button.test index 198f21e..49f117b 100644 --- a/tests/button.test +++ b/tests/button.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: button.test,v 1.17 2004/11/03 18:07:46 dgp Exp $ +# RCS: @(#) $Id: button.test,v 1.18 2004/12/04 00:04:41 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -450,7 +450,7 @@ test button-6.2 {ConfigureButton - textvariable trace} { set x New lindex [.b1 configure -text] 4 } {From-y} -test button-6.2 {ConfigureButton - variable traces} { +test button-6.2a {ConfigureButton - variable traces} { catch {destroy .b1} catch {unset x} checkbutton .b1 -variable x |