Differences From Artifact [48703eca46]:
- File library/msgcat/tests/io.test — part of check-in [7c4c6a5dfc] at 2012-06-21 21:36:48 on branch dgp-pkg-migration — merge trunk (user: dgp size: 233767) [more...]
- File pkgs/msgcat/tests/io.test — part of check-in [7c4c6a5dfc] at 2012-06-21 21:36:48 on branch dgp-pkg-migration — merge trunk (user: dgp size: 233767)
- File tests/io.test — part of check-in [f2f7e65354] at 2012-06-05 13:06:09 on branch trunk — 3530533 Add comments to failing tests. (user: dgp size: 233767)
To Artifact [c845fa9e4b]:
- File tests/io.test — part of check-in [9792ff8b65] at 2012-07-29 16:23:27 on branch trunk — No longer build tcltest.exe to run the tests,but use tclsh86.exe in combination with tcltest86.dll to do that (Windows only) (user: jan.nijtmans size: 233861) [more...]
| ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + + + + |
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
if {[catch {package require tcltest 2}]} {
puts stderr "Skipping tests in [info script]. tcltest 2 required."
return
}
::tcltest::loadTestedCommands
catch [list package require -exact Tcltest [info patchlevel]]
namespace eval ::tcl::test::io {
namespace import ::tcltest::*
variable umaskValue
variable path
variable f
variable i
|
| ︙ |