diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-05 21:50:53 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-05 21:50:53 (GMT) |
commit | f33376cb218f06084bae0b06bbb386d8b99b3d2b (patch) | |
tree | 3f85b109ef6004a2909d2cb58e7ca41ec0fed885 /tests/winDialog.test | |
parent | 0fba977b7b80efcefd747101ba1308a67eb54aab (diff) | |
download | tk-f33376cb218f06084bae0b06bbb386d8b99b3d2b.zip tk-f33376cb218f06084bae0b06bbb386d8b99b3d2b.tar.gz tk-f33376cb218f06084bae0b06bbb386d8b99b3d2b.tar.bz2 |
Patch 289825: Enable unlimited multiple file selection from the open files dialog
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 { |