diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-24 06:00:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-24 06:00:34 (GMT) |
commit | c6060d6e629b818850b39214f796339032378217 (patch) | |
tree | a0bb4d328d7747827e58cf06ee93807e3d75365e /tests/msgcat.test | |
parent | b3d458c88e93d44e5a0ea594e7da1ed66fd816a4 (diff) | |
download | tcl-c6060d6e629b818850b39214f796339032378217.zip tcl-c6060d6e629b818850b39214f796339032378217.tar.gz tcl-c6060d6e629b818850b39214f796339032378217.tar.bz2 |
some wrong versions
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 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 } |