diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-26 22:55:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-26 22:55:35 (GMT) |
commit | de3b86108fb5bc2c5e082737c35ca6a8652cdd4a (patch) | |
tree | 6787d74609cb0d7376a050ee422776a31eec2b09 /tests/msgcat.test | |
parent | d4400715593b55eb5389eefc554c1ff293bb0c5f (diff) | |
download | tcl-de3b86108fb5bc2c5e082737c35ca6a8652cdd4a.zip tcl-de3b86108fb5bc2c5e082737c35ca6a8652cdd4a.tar.gz tcl-de3b86108fb5bc2c5e082737c35ca6a8652cdd4a.tar.bz2 |
* library/tcltest/tcltest.tcl: Added reporting during
[configure -debug 1] operations to warn about multiple uses of
the same test name. [FR 576693]
* tests/msgcat.test (msgcat-2.2.1): changed test name to avoid
duplication. [Bug 710356]
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 2ea01cd..96a0ace 100644 --- a/tests/msgcat.test +++ b/tests/msgcat.test @@ -12,7 +12,7 @@ # 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 2002/06/17 05:37:39 dgp Exp $ +# RCS: @(#) $Id: msgcat.test,v 1.12 2003/03/26 22:55:44 dgp Exp $ package require Tcl 8.2 if {[catch {package require tcltest 2}]} { @@ -175,7 +175,7 @@ namespace eval ::msgcat::test { namespace eval :: ::msgcat::mcset foo_BAR text3 } {text3} - test msgcat-2.2 {mcset, namespace overlap} { + test msgcat-2.2.1 {mcset, namespace overlap} { namespace eval baz {::msgcat::mcset foo_BAR con1 con1baz} } {con1baz} |