summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-14 09:38:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-14 09:38:11 (GMT)
commit04d8202a78301c0fdcba0039b2447d713ab674a1 (patch)
treea4f332e4300ca0cd9660f06e2240d39d3d0c0eab /tests
parent5070f0a86a5951804a74aa355e8faa325be66766 (diff)
downloadtcl-04d8202a78301c0fdcba0039b2447d713ab674a1.zip
tcl-04d8202a78301c0fdcba0039b2447d713ab674a1.tar.gz
tcl-04d8202a78301c0fdcba0039b2447d713ab674a1.tar.bz2
Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, inclusive bump to version 1.5.1.
Changelog entry still missing.
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 70a7af2..050b592 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.5.0}]} {
- puts stderr "Skipping tests in [info script]. No msgcat 1.5.0 found to test."
+if {[catch {package require msgcat 1.5}]} {
+ puts stderr "Skipping tests in [info script]. No msgcat 1.5 found to test."
return
}