diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-13 21:52:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-13 21:52:33 (GMT) |
commit | 213541e4a3a5a49415c0f9f8d37a5cbce28f89f7 (patch) | |
tree | e1c87e388ed78c9f631d3cf202385b697ce25ab6 /tests/unixWm.test | |
parent | 05961d4dc9e4b65d07feac195998ca0f969b06d9 (diff) | |
download | tk-213541e4a3a5a49415c0f9f8d37a5cbce28f89f7.zip tk-213541e4a3a5a49415c0f9f8d37a5cbce28f89f7.tar.gz tk-213541e4a3a5a49415c0f9f8d37a5cbce28f89f7.tar.bz2 |
* Converted more files to tcltest and factored out common code.
Diffstat (limited to 'tests/unixWm.test')
-rw-r--r-- | tests/unixWm.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index 7bdd746..8c55ac5 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.22 2002/07/13 20:28:36 dgp Exp $ +# RCS: @(#) $Id: unixWm.test,v 1.23 2002/07/13 21:52:34 dgp Exp $ package require tcltest 2.1 namespace import -force tcltest::configure @@ -377,8 +377,6 @@ test unixWm-8.10.2 {test for memory leaks} unix { set x 1 } 1 -testConstraint testwrapper [llength [info commands testwrapper]] - test unixWm-9.1 {TkWmMapWindow procedure, client property} {unix testwrapper} { catch {destroy .t} toplevel .t -width 100 -height 50 |