diff options
author | dgp <dgp@users.sourceforge.net> | 2003-04-01 21:06:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-04-01 21:06:12 (GMT) |
commit | 5dd4bde76554ecf958bc38bdac2bc8b475c44892 (patch) | |
tree | b4c1ef216ce065ee1d996973ed53d862904215cc /tests/constraints.tcl | |
parent | b48c54d6cd003bbe162300a7770f2394830bbd7e (diff) | |
download | tk-5dd4bde76554ecf958bc38bdac2bc8b475c44892.zip tk-5dd4bde76554ecf958bc38bdac2bc8b475c44892.tar.gz tk-5dd4bde76554ecf958bc38bdac2bc8b475c44892.tar.bz2 |
* tests/all.tcl: Made better use of a common
* tests/constraints.tcl: -loadfile to hold definitions
* tests/*.test: common to all test files.
Diffstat (limited to 'tests/constraints.tcl')
-rw-r--r-- | tests/constraints.tcl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl index 3006cca..f8c7a59 100644 --- a/tests/constraints.tcl +++ b/tests/constraints.tcl @@ -175,6 +175,14 @@ cleanupbg eval tcltest::configure $argv namespace import -force tcltest::test +namespace import -force tcltest::makeFile +namespace import -force tcltest::removeFile +namespace import -force tcltest::makeDirectory +namespace import -force tcltest::removeDirectory +namespace import -force tcltest::interpreter +namespace import -force tcltest::testsDirectory +namespace import -force tcltest::cleanupTests +namespace import -force tcltest::bytestring deleteWindows wm geometry . {} |