diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 09:28:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 09:28:16 (GMT) |
commit | 4dd435be4015a6665a8ccfeaedfc329fee4975ee (patch) | |
tree | 2a7ca057e7a1fef28b7d448a3aaa0e45891f873a /tests/msgcat.test | |
parent | 18e116ab4e97129f7b4d4e36792035acf039a3ff (diff) | |
parent | 25374f98c20f5f7b42efc6587ec069feffc396d1 (diff) | |
download | tcl-4dd435be4015a6665a8ccfeaedfc329fee4975ee.zip tcl-4dd435be4015a6665a8ccfeaedfc329fee4975ee.tar.gz tcl-4dd435be4015a6665a8ccfeaedfc329fee4975ee.tar.bz2 |
[Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7
Bump msgcat version to 1.4.5
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 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 } |