diff options
author | dgp@users.sourceforge.net <dgp> | 2003-04-01 21:06:12 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2003-04-01 21:06:12 (GMT) |
commit | c517e5fbdd63a2db6c4ffbf5977687e34e3dad76 (patch) | |
tree | b4c1ef216ce065ee1d996973ed53d862904215cc /tests/constraints.tcl | |
parent | 00da9b030630ae598a76850f9e97c0231474dfb0 (diff) | |
download | tk-c517e5fbdd63a2db6c4ffbf5977687e34e3dad76.zip tk-c517e5fbdd63a2db6c4ffbf5977687e34e3dad76.tar.gz tk-c517e5fbdd63a2db6c4ffbf5977687e34e3dad76.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 . {} |