summaryrefslogtreecommitdiffstats
path: root/tests/msgcat.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-24 06:00:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-24 06:00:34 (GMT)
commitf18a3e61b0034271a49bff0ac55bf6fb067c06f5 (patch)
treea0bb4d328d7747827e58cf06ee93807e3d75365e /tests/msgcat.test
parenta723a46ec900cb50d6eafea71fd59fdaf7844df1 (diff)
downloadtcl-f18a3e61b0034271a49bff0ac55bf6fb067c06f5.zip
tcl-f18a3e61b0034271a49bff0ac55bf6fb067c06f5.tar.gz
tcl-f18a3e61b0034271a49bff0ac55bf6fb067c06f5.tar.bz2
some wrong versions
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..6fe4b31 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.4}]} {
+ puts stderr "Skipping tests in [info script]. No msgcat 1.4.4 found to test."
return
}