summaryrefslogtreecommitdiffstats
path: root/tests/unixWm.test
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-06-14 22:52:04 (GMT)
committerhobbs <hobbs>2002-06-14 22:52:04 (GMT)
commitedb6419f3b6b1efae14b7ef70177741b02ccc4f3 (patch)
treedaaac2e36beec25cdcf09bfe28c365489d4a8667 /tests/unixWm.test
parent15879fe51346c8d78ce33c47a6c22755852add70 (diff)
downloadtk-edb6419f3b6b1efae14b7ef70177741b02ccc4f3.zip
tk-edb6419f3b6b1efae14b7ef70177741b02ccc4f3.tar.gz
tk-edb6419f3b6b1efae14b7ef70177741b02ccc4f3.tar.bz2
corrected test numbering
Diffstat (limited to 'tests/unixWm.test')
-rw-r--r--tests/unixWm.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test
index 88c8e16..ea2dbd4 100644
--- a/tests/unixWm.test
+++ b/tests/unixWm.test
@@ -7,7 +7,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: unixWm.test,v 1.17 2002/06/13 21:35:09 mdejong Exp $
+# RCS: @(#) $Id: unixWm.test,v 1.18 2002/06/14 22:52:04 hobbs Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
@@ -2343,7 +2343,7 @@ argumentNumber18
# Test exit processing and cleanup:
-test unixWm-58.1 {exit processing} {
+test unixWm-59.1 {exit processing} {
catch {removeFile script}
set fd [open script w]
puts $fd {
@@ -2358,7 +2358,7 @@ test unixWm-58.1 {exit processing} {
}
list $error $msg
} {0 {}}
-test unixWm-58.2 {exit processing} {
+test unixWm-59.2 {exit processing} {
catch {removeFile script}
set fd [open script w]
puts $fd {
@@ -2377,7 +2377,7 @@ test unixWm-58.2 {exit processing} {
}
list $error $msg
} {0 {}}
-test unixWm-58.3 {exit processing} {
+test unixWm-59.3 {exit processing} {
catch {removeFile script}
set fd [open script w]
puts $fd {