summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-29 09:30:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-29 09:30:23 (GMT)
commita6b6dca06e8b838ed94b47d96632d07b36825980 (patch)
tree8ad297d5ba859d0c97a7f79530e0822a94623df4 /tests
parent9a554c2e3729fc93bfa5b18c83860db4943f20dc (diff)
parent4dd435be4015a6665a8ccfeaedfc329fee4975ee (diff)
downloadtcl-a6b6dca06e8b838ed94b47d96632d07b36825980.zip
tcl-a6b6dca06e8b838ed94b47d96632d07b36825980.tar.gz
tcl-a6b6dca06e8b838ed94b47d96632d07b36825980.tar.bz2
[Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7
Bump msgcat version to 1.4.5
Diffstat (limited to 'tests')
-rw-r--r--tests/msgcat.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/msgcat.test b/tests/msgcat.test
index 6fe4b31..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.4}]} {
- puts stderr "Skipping tests in [info script]. No msgcat 1.4.4 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
}