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)
commitc6060d6e629b818850b39214f796339032378217 (patch)
treea0bb4d328d7747827e58cf06ee93807e3d75365e /tests/msgcat.test
parentb3d458c88e93d44e5a0ea594e7da1ed66fd816a4 (diff)
downloadtcl-c6060d6e629b818850b39214f796339032378217.zip
tcl-c6060d6e629b818850b39214f796339032378217.tar.gz
tcl-c6060d6e629b818850b39214f796339032378217.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
}