diff options
author | dgp@users.sourceforge.net <dgp> | 2002-07-13 21:52:33 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2002-07-13 21:52:33 (GMT) |
commit | 8beb23bd1e2a1912c06850f0dbf839339ae38d98 (patch) | |
tree | e1c87e388ed78c9f631d3cf202385b697ce25ab6 /tests/unixEmbed.test | |
parent | e03a6d8c8daca0485139c9a7edc9008565c2e000 (diff) | |
download | tk-8beb23bd1e2a1912c06850f0dbf839339ae38d98.zip tk-8beb23bd1e2a1912c06850f0dbf839339ae38d98.tar.gz tk-8beb23bd1e2a1912c06850f0dbf839339ae38d98.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 |