summaryrefslogtreecommitdiffstats
path: root/tests/resource.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-06 14:32:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-06 14:32:22 (GMT)
commit9a9830e9ae1659f50647d28b879f819e2b6a4993 (patch)
tree549421089ef70fa0ac312e7309fbc4fe719a8089 /tests/resource.test
parentee5f778e978b2eeb66266b4314b0952b7a3bbbff (diff)
downloadtcl-9a9830e9ae1659f50647d28b879f819e2b6a4993.zip
tcl-9a9830e9ae1659f50647d28b879f819e2b6a4993.tar.gz
tcl-9a9830e9ae1659f50647d28b879f819e2b6a4993.tar.bz2
* tests/reg.test: Corrected duplicate test names.
* tests/resource.test: [Bugs 710370, 710358] * tests/dict.test: * tests/dict.test: Updated [package require tcltest] lines to * tests/fileSystem.test: indiciate that these test files * tests/lrepeat.test: use features of tcltest 2. [Bug 706114] * tests/notify.test: * tests/parseExpr.test: * tests/unixNotfy.test: * tests/winDde.test:
Diffstat (limited to 'tests/resource.test')
-rw-r--r--tests/resource.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/resource.test b/tests/resource.test
index efacda0..f968769 100644
--- a/tests/resource.test
+++ b/tests/resource.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: resource.test,v 1.7 2000/04/10 17:19:03 ericm Exp $
+# RCS: @(#) $Id: resource.test,v 1.8 2003/10/06 14:32:22 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -273,7 +273,7 @@ test resource-8.5 {resource delete tests} {macOnly} {
file delete rsrc2.file
lappend result $mssg
} {1 {expected Macintosh OS type but got "_bad_type_"}}
-test resource-8.5 {resource delete tests} {macOnly} {
+test resource-8.5.1 {resource delete tests} {macOnly} {
catch {file delete rsrc2.file}
set id [resource open rsrc2.file w]
set result [catch {resource delete -id 128 -file $id TEXT} mssg]