diff options
author | patthoyts <patthoyts@noemail.net> | 2010-01-05 21:50:53 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2010-01-05 21:50:53 (GMT) |
commit | 14d52450128a515ff22be6f1845cea9ceb3336c3 (patch) | |
tree | 3f85b109ef6004a2909d2cb58e7ca41ec0fed885 /tests/winDialog.test | |
parent | e02304c731ca58ba5a1f51dfae7404cb86715ad7 (diff) | |
download | tk-14d52450128a515ff22be6f1845cea9ceb3336c3.zip tk-14d52450128a515ff22be6f1845cea9ceb3336c3.tar.gz tk-14d52450128a515ff22be6f1845cea9ceb3336c3.tar.bz2 |
Patch 289825: Enable unlimited multiple file selection from the open files dialog
FossilOrigin-Name: e47383bdeb6909044a7f4e9647b20ad095f330a7
Diffstat (limited to 'tests/winDialog.test')
-rw-r--r-- | tests/winDialog.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/winDialog.test b/tests/winDialog.test index f176e92..30649bf 100644 --- a/tests/winDialog.test +++ b/tests/winDialog.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # Copyright (c) 1998-1999 ActiveState Corporation. # -# RCS: @(#) $Id: winDialog.test,v 1.25 2008/12/10 13:41:19 patthoyts Exp $ +# RCS: @(#) $Id: winDialog.test,v 1.26 2010/01/05 21:50:54 patthoyts Exp $ package require tcltest 2.2 namespace import ::tcltest::* @@ -168,7 +168,6 @@ test winDialog-1.7 {Tk_ChooseColorObjCmd: -parent} -constraints { test winDialog-2.1 {ColorDlgHookProc} -constraints {emptyTest nt} -body {} - test winDialog-3.1 {Tk_GetOpenFileObjCmd} -constraints { nt testwinevent english } -body { |