summaryrefslogtreecommitdiffstats
path: root/tests/constraints.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-13 21:52:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-13 21:52:33 (GMT)
commit213541e4a3a5a49415c0f9f8d37a5cbce28f89f7 (patch)
treee1c87e388ed78c9f631d3cf202385b697ce25ab6 /tests/constraints.tcl
parent05961d4dc9e4b65d07feac195998ca0f969b06d9 (diff)
downloadtk-213541e4a3a5a49415c0f9f8d37a5cbce28f89f7.zip
tk-213541e4a3a5a49415c0f9f8d37a5cbce28f89f7.tar.gz
tk-213541e4a3a5a49415c0f9f8d37a5cbce28f89f7.tar.bz2
* Converted more files to tcltest and factored out common code.
Diffstat (limited to 'tests/constraints.tcl')
-rw-r--r--tests/constraints.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl
index f58cf67..196c216 100644
--- a/tests/constraints.tcl
+++ b/tests/constraints.tcl
@@ -109,6 +109,8 @@ testConstraint altDisplay [info exists env(TK_ALT_DISPLAY)]
testConstraint noExceed [expr {![testConstraint unix]
|| [catch {font actual "\{xyz"}]}]
testConstraint testImageType [expr {[lsearch [image types] test] >= 0}]
+testConstraint testembed [llength [info commands testembed]]
+testConstraint testwrapper [llength [info commands testwrapper]]
testConstraint fonts 1
destroy .e
entry .e -width 0 -font {Helvetica -12} -bd 1