diff options
author | dgp <dgp@users.sourceforge.net> | 2010-08-03 16:14:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-08-03 16:14:27 (GMT) |
commit | a0f7db1380a56dcd83cf94bda66ba3d1bec518f5 (patch) | |
tree | 7a971e8fa3b575318b77ba386c015b2b3d1f4a72 /tests/unixWm.test | |
parent | 9c110561740636ff6e1369d18c8973e53234039e (diff) | |
download | tk-a0f7db1380a56dcd83cf94bda66ba3d1bec518f5.zip tk-a0f7db1380a56dcd83cf94bda66ba3d1bec518f5.tar.gz tk-a0f7db1380a56dcd83cf94bda66ba3d1bec518f5.tar.bz2 |
Dup test IDs
Diffstat (limited to 'tests/unixWm.test')
-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 2a299f1..65b9281 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.44.2.1 2010/01/20 23:43:52 patthoyts Exp $ +# RCS: @(#) $Id: unixWm.test,v 1.44.2.2 2010/08/03 16:14:27 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 { |