summaryrefslogtreecommitdiffstats
path: root/tests/pkg.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-12-02 17:17:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-12-02 17:17:13 (GMT)
commit3ef6ec6516aa426cda15defa3c8da002e8b14075 (patch)
tree5e77cccd99d421cc3d586ece00f1c2c99d9c940e /tests/pkg.test
parenta3f25f781d9dc0929f80cbf218b409823c046cb5 (diff)
downloadtcl-3ef6ec6516aa426cda15defa3c8da002e8b14075.zip
tcl-3ef6ec6516aa426cda15defa3c8da002e8b14075.tar.gz
tcl-3ef6ec6516aa426cda15defa3c8da002e8b14075.tar.bz2
eliminate test name duplication
Diffstat (limited to 'tests/pkg.test')
-rw-r--r--tests/pkg.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg.test b/tests/pkg.test
index 0a7833f..d3796af 100644
--- a/tests/pkg.test
+++ b/tests/pkg.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: pkg.test,v 1.9.12.2 2005/11/18 19:27:19 dgp Exp $
+# RCS: @(#) $Id: pkg.test,v 1.9.12.3 2005/12/02 17:17:13 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -376,7 +376,7 @@ test pkg-2.35 {Tcl_PkgRequire: consistent return values (1162286)} -setup {
} -cleanup {
package forget foo
} -returnCodes error -match glob -result {attempt to provide package * failed:*}
-test pkg-2.35 {Tcl_PkgRequire: consistent return values (1162286)} -setup {
+test pkg-2.35.1 {Tcl_PkgRequire: consistent return values (1162286)} -setup {
package forget foo
} -body {
package ifneeded foo 1 {break}