summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-24 06:07:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-24 06:07:55 (GMT)
commit54bdc7613fcce8f2394851d92ac54f1fd7820db9 (patch)
tree355dcf061a7c1af8bfc991302401c0ede94b9799 /tests
parentbb3a478b7fa3eb2c2b4aa2b51358f144873fa750 (diff)
parentc6060d6e629b818850b39214f796339032378217 (diff)
downloadtcl-54bdc7613fcce8f2394851d92ac54f1fd7820db9.zip
tcl-54bdc7613fcce8f2394851d92ac54f1fd7820db9.tar.gz
tcl-54bdc7613fcce8f2394851d92ac54f1fd7820db9.tar.bz2
some wrong versions
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 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
}