diff options
author | hobbs <hobbs> | 1999-12-22 20:01:19 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-22 20:01:19 (GMT) |
commit | 0f9c537dbbab730afd704466000cf6dbd7b91638 (patch) | |
tree | c96398801c60d1702b5affe6d8bd0bf27cc62337 /tests/unixWm.test | |
parent | 82910603b0e4d9c0fe57e826977e1f63eb12c3f7 (diff) | |
download | tk-0f9c537dbbab730afd704466000cf6dbd7b91638.zip tk-0f9c537dbbab730afd704466000cf6dbd7b91638.tar.gz tk-0f9c537dbbab730afd704466000cf6dbd7b91638.tar.bz2 |
* tests/unixWm.test: nonPOrtable -> nonPortable
Diffstat (limited to 'tests/unixWm.test')
-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 |