diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-02-22 19:49:06 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-02-22 19:49:06 (GMT) |
commit | c7b7f8149ea5548559856d3e5a2d63af03d863d8 (patch) | |
tree | 77d05286a3fc4566d073258a188a4d95056fd1e9 /ChangeLog | |
parent | 037fc9fc3a7078786cd2a4a034a4f9f10ff396f6 (diff) | |
download | tcl-c7b7f8149ea5548559856d3e5a2d63af03d863d8.zip tcl-c7b7f8149ea5548559856d3e5a2d63af03d863d8.tar.gz tcl-c7b7f8149ea5548559856d3e5a2d63af03d863d8.tar.bz2 |
* tests/pkg.test: Added tests for the case of an alpha package
satisfying a require for the regular package, demonstrating a
corner case specified in TIP#280. More notes in the comments to
the test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-02-22 Andreas Kupries <andreask@activestate.com> + + * tests/pkg.test: Added tests for the case of an alpha package + satisfying a require for the regular package, demonstrating a + corner case specified in TIP#280. More notes in the comments to + the test. + 2007-02-20 Don Porter <dgp@users.sourceforge.net> * doc/tcltest.n: Typo fix. [Bug 1663539] |