diff options
author | hobbs <hobbs@noemail.net> | 1999-12-22 20:01:18 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 1999-12-22 20:01:18 (GMT) |
commit | fb4b0e693273b94f5804bd8ef1e9739a6f822b8b (patch) | |
tree | c96398801c60d1702b5affe6d8bd0bf27cc62337 /tests | |
parent | 25afad71b2b10f837780c68ff2b64c04ef359fbb (diff) | |
download | tk-fb4b0e693273b94f5804bd8ef1e9739a6f822b8b.zip tk-fb4b0e693273b94f5804bd8ef1e9739a6f822b8b.tar.gz tk-fb4b0e693273b94f5804bd8ef1e9739a6f822b8b.tar.bz2 |
* tests/unixWm.test: nonPOrtable -> nonPortable
FossilOrigin-Name: 4f6aff51d57a293f151c3a3f0a85ab8249095cf3
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unixWm.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index ca86551..967e3ff 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.9 1999/12/16 02:13:49 wart Exp $ +# RCS: @(#) $Id: unixWm.test,v 1.10 1999/12/22 20:01:19 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -1596,7 +1596,7 @@ test unixWm-46.1 {WaitForEvent procedure, use of modal timeout} { list $result $x } {no yes} -test unixWm-47.1 {WaitRestrictProc procedure} {nonPOrtable} { +test unixWm-47.1 {WaitRestrictProc procedure} {nonPortable} { catch {destroy .t} toplevel .t -width 300 -height 200 frame .t.f -bd 2 -relief raised |