diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-28 19:59:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-28 19:59:10 (GMT) |
commit | e53523e7b878272b5562743d35dfd83cc3c80500 (patch) | |
tree | c177b306cc7eabdede0019b7baa94421273e2a89 /tests/msgcat.test | |
parent | 93a473b9ee7e8c4bf201f503714515b25984b7ef (diff) | |
parent | 024c0f6699f2ffffd1ac1d5e82c7c9d861deb9c7 (diff) | |
download | tcl-e53523e7b878272b5562743d35dfd83cc3c80500.zip tcl-e53523e7b878272b5562743d35dfd83cc3c80500.tar.gz tcl-e53523e7b878272b5562743d35dfd83cc3c80500.tar.bz2 |
merge trunk
bug fix: variable $key not found
make it work on cygwin as well
Diffstat (limited to 'tests/msgcat.test')
-rw-r--r-- | tests/msgcat.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/msgcat.test b/tests/msgcat.test index 0669810..bbcd023 100644 --- a/tests/msgcat.test +++ b/tests/msgcat.test @@ -17,8 +17,8 @@ if {[catch {package require tcltest 2}]} { puts stderr "Skipping tests in [info script]. tcltest 2 required." return } -if {[catch {package require msgcat 1.4.2}]} { - puts stderr "Skipping tests in [info script]. No msgcat 1.4.2 found to test." +if {[catch {package require msgcat 1.4.5}]} { + puts stderr "Skipping tests in [info script]. No msgcat 1.4.5 found to test." return } |