Differences From Artifact [4715f0cd1a]:
- File tests/platform.test — part of check-in [709a7deb31] at 1999-03-23 20:06:07 on branch core-8-1-branch-old — changed tests to use "tcltest" namespace instead of "test". added constraints to tests, rather than skipping the entire file. (user: hershey size: 766)
To Artifact [be4cc889f6]:
- File tests/platform.test — part of check-in [83929e34ec] at 1999-03-24 02:48:54 on branch core-8-1-branch-old — lint: changed a tcltest namespace variable name from tmpDir to workingDir. changes: made more tests atomic. README is now updated to match new test suite features. (user: hershey size: 767)
| ︙ | ︙ | |||
18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
test platform-1.1 {TclpSetVariables: tcl_platform} {
lsort [array names tcl_platform]
} {byteOrder machine os osVersion platform user}
# cleanup
::tcltest::cleanupTests
return
| > | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
test platform-1.1 {TclpSetVariables: tcl_platform} {
lsort [array names tcl_platform]
} {byteOrder machine os osVersion platform user}
# cleanup
::tcltest::cleanupTests
return
|
| ︙ | ︙ |