diff options
author | mdejong <mdejong> | 2003-03-07 02:15:43 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-03-07 02:15:43 (GMT) |
commit | 19029a14f13f7e0c3447773e94916f0da036bb7a (patch) | |
tree | ce782b5df369989c0c444e8f4787cd446bd871aa /ChangeLog | |
parent | 2f593e2e5857c0f9d21f14e462a8366ced84a213 (diff) | |
download | tcl-19029a14f13f7e0c3447773e94916f0da036bb7a.zip tcl-19029a14f13f7e0c3447773e94916f0da036bb7a.tar.gz tcl-19029a14f13f7e0c3447773e94916f0da036bb7a.tar.bz2 |
* tests/io.test: Define a fileevent constraint and add
it to the constraint list of any test that depends
on the fileevent command. This is only useful to
Jacl which does not support fileevent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-03-06 Mo DeJong <mdejong@users.sourceforge.net> + * tests/io.test: Define a fileevent constraint and add + it to the constraint list of any test that depends + on the fileevent command. This is only useful to + Jacl which does not support fileevent. + +2003-03-06 Mo DeJong <mdejong@users.sourceforge.net> + * tests/io.test: Define an openpipe constraint and add it to the constraint list of any test that creates a pipe using the open command. This is only useful to |