summaryrefslogtreecommitdiffstats
path: root/tests/msgcat.test
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2006-09-11 16:15:10 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2006-09-11 16:15:10 (GMT)
commit3dfcdd63553887015f76aaf694485badbb28cfbf (patch)
tree2433f61291e67678c84eacbda3f848a78a974406 /tests/msgcat.test
parent0b968113b673aadfd148bd306c03696ffcf13b22 (diff)
downloadtcl-3dfcdd63553887015f76aaf694485badbb28cfbf.zip
tcl-3dfcdd63553887015f76aaf694485badbb28cfbf.tar.gz
tcl-3dfcdd63553887015f76aaf694485badbb28cfbf.tar.bz2
* tests/msgcat.test: Bumped version in auxiliary files as well.
* doc/msgcat.n: FossilOrigin-Name: f2526797ed2e61d4f24923d4d8cd14f9fd50a10a
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 ea4814d..b291a09 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.11.2.3 2006/09/10 17:04:41 das Exp $
+# RCS: @(#) $Id: msgcat.test,v 1.11.2.4 2006/09/11 16:15:12 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.3.3}]} {
- puts stderr "Skipping tests in [info script]. No msgcat 1.3.3 found to test."
+if {[catch {package require msgcat 1.3.4}]} {
+ puts stderr "Skipping tests in [info script]. No msgcat 1.3.4 found to test."
return
}