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 | 77191121fda583c4d603e6cdc29b0433df49ef2b (patch) | |
tree | 5fad790e8125f78d340ac378796278500e909848 /tests/winWm.test | |
parent | 4de3eb04702d6a74180da154501f2dd2a3f23be5 (diff) | |
download | tk-77191121fda583c4d603e6cdc29b0433df49ef2b.zip tk-77191121fda583c4d603e6cdc29b0433df49ef2b.tar.gz tk-77191121fda583c4d603e6cdc29b0433df49ef2b.tar.bz2 |
Split duplicate test names [Bug 1078648]
Diffstat (limited to 'tests/winWm.test')
-rw-r--r-- | tests/winWm.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winWm.test b/tests/winWm.test index 03771a5..f1449e4 100644 --- a/tests/winWm.test +++ b/tests/winWm.test @@ -9,7 +9,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: winWm.test,v 1.14 2004/10/05 22:04:46 hobbs Exp $ +# RCS: @(#) $Id: winWm.test,v 1.15 2004/12/04 00:04:43 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -113,7 +113,7 @@ test winWm-2.2 {TkpWmSetState} win { destroy .t set result } {normal withdrawn iconic normal} -test winWm-2.2 {TkpWmSetState} win { +test winWm-2.3 {TkpWmSetState} win { toplevel .t wm geometry .t 150x50+10+10 update |