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/unixEmbed.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/unixEmbed.test')
-rw-r--r-- | tests/unixEmbed.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test index 8b3cede..fbded5b 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: unixEmbed.test,v 1.10 2002/07/13 20:28:35 dgp Exp $ +# RCS: @(#) $Id: unixEmbed.test,v 1.11 2002/07/13 21:52:34 dgp Exp $ package require tcltest 2.1 namespace import -force tcltest::configure @@ -91,8 +91,6 @@ test unixEmbed-1.4 {TkpUseWindow procedure, inheriting colormap} {unix nonPortab set result } {1} -testConstraint testembed [llength [info commands testembed]] - test unixEmbed-1.5 {TkpUseWindow procedure, creating Container records} {unix testembed} { deleteWindows frame .f1 -container 1 -width 200 -height 50 |