diff options
author | hobbs <hobbs> | 2000-04-08 06:59:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-08 06:59:37 (GMT) |
commit | 5a779544857025669c6e9f823fd1b7dd7baf413f (patch) | |
tree | da3be90d0933da069068e212bc382516679c6cb8 /tests | |
parent | 64f72adf2f30daf0b524c3f2fae31821902281a1 (diff) | |
download | tk-5a779544857025669c6e9f823fd1b7dd7baf413f.zip tk-5a779544857025669c6e9f823fd1b7dd7baf413f.tar.gz tk-5a779544857025669c6e9f823fd1b7dd7baf413f.tar.bz2 |
* tests/winDialog.test: removed knownBug constraint from 5.16
Diffstat (limited to 'tests')
-rw-r--r-- | tests/winDialog.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winDialog.test b/tests/winDialog.test index 64ed21b..7116fee 100644 --- a/tests/winDialog.test +++ b/tests/winDialog.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: winDialog.test,v 1.2 1999/04/16 01:51:43 stanton Exp $ +# RCS: @(#) $Id: winDialog.test,v 1.3 2000/04/08 06:59:37 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -179,7 +179,7 @@ append a $a append a $a append a $a append a $a -test winDialog-5.16 {GetFileName: initial file: long name} {knownBug nt} { +test winDialog-5.16 {GetFileName: initial file: long name} {nt} { start {set x [tk_getSaveFile -initialfile $a -title Long]} then { Click 1 |