summaryrefslogtreecommitdiffstats
path: root/tests/winDialog.test
Commit message (Collapse)AuthorAgeFilesLines
* Patch 289825: Enable unlimited multiple file selection from the open files ↵patthoyts2010-01-051-2/+1
| | | | dialog
* Fix some problems running the tests on windows. As Tk tests run in ↵patthoyts2008-12-101-6/+6
| | | | -singleproc 1 we cannot do the script testing without damaging the later native tests.
* TIP #324 IMPLEMENTATIONdas2008-12-101-1/+118
|
* Fixed internationalization issues with the winDialog testspatthoyts2008-11-221-3/+4
|
* [Bug 2307837] avoid some locale-dependent failures by using id's or an ↵patthoyts2008-11-221-32/+46
| | | | english constraint
* and another onedgp2008-10-071-1/+3
|
* Simpleminded protection against fatal error when env(TEMP) is not defined.dgp2008-10-071-1/+3
|
* Fixed tests for Vista (cannot write to C:\)patthoyts2008-10-061-5/+7
|
* Update to tcltest2aniap2008-08-301-179/+268
|
* Fixed a hangup in the tk_chooseColor tests by ensuring the temporary array ↵patthoyts2008-05-131-12/+19
| | | | is unset
* Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after ↵patthoyts2008-04-141-5/+75
| | | | some code cleanup. Added tests for this windows dialog to avoid regression.
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* * doc/getOpenFile.n: TIP#242 implementation of -typevariable tohobbs2007-10-251-3/+3
| | | | | | | | | * library/tkfbox.tcl: return type of selected file in file dialogs. * library/xmfbox.tcl: [Bug #1156388] * macosx/tkMacOSXDialog.c: * tests/filebox.test: * tests/winDialog.test: * win/tkWinDialog.c:
* generic/tkText.c: Applied suggested patch from #1536735patthoyts2006-10-171-9/+8
| | | | | | | | tests/text.test: Update test for above patch. tests/textWind.test: Corrected test to catch all messages tests/safe.test: Silence spurious win32 failure awaiting TIP150 tests/winDialog.test: Updated test for file name length check. test/winWm.test: Corrected test expectation for menu wrapping.
* Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-201-1/+19
|
* Steps towards systematization of test constraints in Tk test suitedkf2004-06-171-5/+7
|
* * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
| | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-8/+7
|
* * Converted several files in the Tk test suite for testing bydgp2002-07-121-7/+6
| | | | tcltest 2.1.
* improved use of test constraintshobbs2001-09-211-32/+29
|
* * tests/winDialog.test: string totitle'd some results thathobbs2001-04-041-9/+9
| | | | expected [pwd] to return a capital drive letter.
* corrected tests to recognize new -multiple openfile dialog switchhobbs2000-11-021-3/+3
|
* * tests/winDialog.test: tk_chooseDirectory seems to get a noophobbs2000-04-141-37/+34
| | | | | | | from GetOpenFileName in the static build, hanging some tests. The tests were fixed to timeout (noop cause unknown). * tests/scale.test: correct 17.1 WRT bug 4833
* * tests/winDialog.test: removed knownBug constraint from 5.16hobbs2000-04-081-2/+2
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-0/+335