diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-02-22 20:25:40 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-02-22 20:25:40 (GMT) |
commit | 9bc084ef95b717644801c87f60727fc499b72a6e (patch) | |
tree | a76c1a6a12e98a97758ea0cff345f8fe8aed3094 /tests/pkg.test | |
parent | 9e7fd6ed7cd606f63f258c581b649f939de72152 (diff) | |
download | tcl-9bc084ef95b717644801c87f60727fc499b72a6e.zip tcl-9bc084ef95b717644801c87f60727fc499b72a6e.tar.gz tcl-9bc084ef95b717644801c87f60727fc499b72a6e.tar.bz2 |
Typo, more.
Diffstat (limited to 'tests/pkg.test')
-rw-r--r-- | tests/pkg.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg.test b/tests/pkg.test index 1bb58db..caeeeb6 100644 --- a/tests/pkg.test +++ b/tests/pkg.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: pkg.test,v 1.25 2007/02/22 20:11:28 andreas_kupries Exp $ +# RCS: @(#) $Id: pkg.test,v 1.26 2007/02/22 20:25:40 andreas_kupries Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -966,7 +966,7 @@ test package-vcompare-2.0 {package vcompare at 32bit boundary} { } 1 # Note: It is correct that the result of the very first test, -# i.e. "5.0 5.01" is 1, i.e. that version 5.0a1 satisfies a 5.0 +# i.e. "5.0 5.0a0" is 1, i.e. that version 5.0a0 satisfies a 5.0 # requirement. # The requirement "5.0" internally translates first to "5.0-6", and |