diff options
author | dgp <dgp@users.sourceforge.net> | 2010-08-03 16:14:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-08-03 16:14:35 (GMT) |
commit | f5e76600af31bf9c4461594c646f9dedf621e01a (patch) | |
tree | 765b071c8017b4b7d57e0dc3f14d3b392be90508 /tests | |
parent | aa15eba7248d4f511d831e0536eb937cedb885d9 (diff) | |
download | tk-f5e76600af31bf9c4461594c646f9dedf621e01a.zip tk-f5e76600af31bf9c4461594c646f9dedf621e01a.tar.gz tk-f5e76600af31bf9c4461594c646f9dedf621e01a.tar.bz2 |
Dup test IDs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unixWm.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index 6f580d8..26b8a49 100644 --- a/tests/unixWm.test +++ b/tests/unixWm.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: unixWm.test,v 1.47 2010/01/19 01:27:41 patthoyts Exp $ +# RCS: @(#) $Id: unixWm.test,v 1.48 2010/08/03 16:14:35 dgp Exp $ package require tcltest 2.2 eval tcltest::configure $argv @@ -2504,7 +2504,7 @@ test unixWm-62.1 {wm attributes -type name} -constraints unix -setup { destroy .t } -result {} -test unixWm-62.1 {wm attributes -type name} -constraints unix -setup { +test unixWm-62.2 {wm attributes -type name} -constraints unix -setup { destroy .t toplevel .t } -body { @@ -2514,7 +2514,7 @@ test unixWm-62.1 {wm attributes -type name} -constraints unix -setup { destroy .t } -result {} -test unixWm-62.2 {wm attributes -type list} -constraints unix -setup { +test unixWm-62.3 {wm attributes -type list} -constraints unix -setup { destroy .t toplevel .t } -body { @@ -2523,7 +2523,7 @@ test unixWm-62.2 {wm attributes -type list} -constraints unix -setup { destroy .t } -result {} -test unixWm-62.2 {wm attributes -type list} -constraints unix -setup { +test unixWm-62.4 {wm attributes -type list} -constraints unix -setup { destroy .t toplevel .t } -body { |