diff options
author | sebres <sebres@users.sourceforge.net> | 2017-05-30 16:41:48 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2017-05-30 16:41:48 (GMT) |
commit | 777941e35bfc3de3b0ec36322ddbd9953169ad2f (patch) | |
tree | fd3288aa020d0abdd905014a6e30f11a8ba5398a /tests/msgcat.test | |
parent | ece8767c5cb0fc27a64b43df3c4558f14d3f5408 (diff) | |
download | tcl-777941e35bfc3de3b0ec36322ddbd9953169ad2f.zip tcl-777941e35bfc3de3b0ec36322ddbd9953169ad2f.tar.gz tcl-777941e35bfc3de3b0ec36322ddbd9953169ad2f.tar.bz2 |
[msgcat] revert changes of "msgcat" to previous state before clock-speedup, move this functionality to "clock.tcl";
additionally avoids the usage of catch (uses pair "dict exists/dict get" instead of).
Diffstat (limited to 'tests/msgcat.test')
-rw-r--r-- | tests/msgcat.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msgcat.test b/tests/msgcat.test index 584e420..1c3ce58 100644 --- a/tests/msgcat.test +++ b/tests/msgcat.test @@ -811,7 +811,7 @@ namespace eval ::msgcat::test { test msgcat-12.1 {mcpackagelocale no subcommand} -body { mcpackagelocale } -returnCodes 1\ - -result {wrong # args: should be "mcpackagelocale subcommand ?locale? ?ns?"} + -result {wrong # args: should be "mcpackagelocale subcommand ?locale?"} test msgcat-12.2 {mclpackagelocale wrong subcommand} -body { mcpackagelocale junk |