summaryrefslogtreecommitdiffstats
path: root/tests/constraints.tcl
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-07-13 21:52:32 (GMT)
committerdgp <dgp@noemail.net>2002-07-13 21:52:32 (GMT)
commit701540fb99eaeea087e645b17d7b77ff54d494db (patch)
treee1c87e388ed78c9f631d3cf202385b697ce25ab6 /tests/constraints.tcl
parentd52603819a3ce8cbe539f4df35921657f50dd698 (diff)
downloadtk-701540fb99eaeea087e645b17d7b77ff54d494db.zip
tk-701540fb99eaeea087e645b17d7b77ff54d494db.tar.gz
tk-701540fb99eaeea087e645b17d7b77ff54d494db.tar.bz2
* Converted more files to tcltest and factored out common code.
FossilOrigin-Name: d09771c3b3deef776329be024a510a5b648381f6
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