summaryrefslogtreecommitdiffstats
path: root/tests/msgcat.test
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-09-11 15:57:59 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-09-11 15:57:59 (GMT)
commit9c2d87aa5563ee02a93a344d07a2d5b7e2837137 (patch)
treea672cb0e72717175509ad25f24e206d07d67ddb5 /tests/msgcat.test
parentf3365a310af7b0c3c87ea06b673bd8531ebf2693 (diff)
downloadtcl-9c2d87aa5563ee02a93a344d07a2d5b7e2837137.zip
tcl-9c2d87aa5563ee02a93a344d07a2d5b7e2837137.tar.gz
tcl-9c2d87aa5563ee02a93a344d07a2d5b7e2837137.tar.bz2
* tests/msgcat.test: Bumped version in auxiliary files as well.
* doc/msgcat.n:
Diffstat (limited to 'tests/msgcat.test')
-rw-r--r--tests/msgcat.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/msgcat.test b/tests/msgcat.test
index e626883..6152097 100644
--- a/tests/msgcat.test
+++ b/tests/msgcat.test
@@ -12,15 +12,15 @@
# Note that after running these tests, entries will be left behind in the
# message catalogs for locales foo, foo_BAR, and foo_BAR_baz.
#
-# RCS: @(#) $Id: msgcat.test,v 1.19 2006/09/10 17:04:06 das Exp $
+# RCS: @(#) $Id: msgcat.test,v 1.20 2006/09/11 15:58:01 andreas_kupries Exp $
package require Tcl 8.2
if {[catch {package require tcltest 2}]} {
puts stderr "Skipping tests in [info script]. tcltest 2 required."
return
}
-if {[catch {package require msgcat 1.4.1}]} {
- puts stderr "Skipping tests in [info script]. No msgcat 1.4.1 found to test."
+if {[catch {package require msgcat 1.4.2}]} {
+ puts stderr "Skipping tests in [info script]. No msgcat 1.4.2 found to test."
return
}