summaryrefslogtreecommitdiffstats
path: root/tests/msgcat.test
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-06-28 19:59:10 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-06-28 19:59:10 (GMT)
commit3ae62dec90a0df3f4ca0aa3b3cf9f86f022dcf4e (patch)
treec177b306cc7eabdede0019b7baa94421273e2a89 /tests/msgcat.test
parent520694a58080e97c074cad03586259c67bcd2a25 (diff)
parentdca8e0445683dc4e2ffd2e04dff00dfc7fded3e0 (diff)
downloadtcl-3ae62dec90a0df3f4ca0aa3b3cf9f86f022dcf4e.zip
tcl-3ae62dec90a0df3f4ca0aa3b3cf9f86f022dcf4e.tar.gz
tcl-3ae62dec90a0df3f4ca0aa3b3cf9f86f022dcf4e.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.test4
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
}