From edb6419f3b6b1efae14b7ef70177741b02ccc4f3 Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 14 Jun 2002 22:52:04 +0000 Subject: corrected test numbering --- tests/unixWm.test | 8 ++++---- 1 file 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 { -- cgit v0.12