summaryrefslogtreecommitdiffstats
path: root/tests/winDialog.test
Commit message (Collapse)AuthorAgeFilesLines
* Test winDialog-5.12.7 failed if first item in home folder was not a ↵oehhar2015-12-141-1/+1
| | | | file->corrected
* Fix [908b78de9a] for OS X/X11 - which apparently doesn't set ::env(USERNAME) ↵jan.nijtmans2015-10-231-2/+2
| | | | - as well.
* Fix [908b78de9a6534d6]: winDialog.test terminates in errorjan.nijtmans2015-10-131-1/+1
|
* Fix comment in test winDialog-5.12.2ashok2015-10-101-4/+5
|
* Added missing tests for tk_getOpenFile -defaultextensionashok2015-10-091-0/+29
|
* Bug [47af31bd3a] - tk_getSaveFile adds . as extension.ashok2015-10-091-2/+113
| | | Also added more tests for -filetypes and -defaultextension combinations.
* Fix for [46c83f60] (relative paths ignored in tk_getOpenFile/tk_getSaveFile ↵ashok2015-10-061-0/+193
| | | | on Vista+). Added tests for -initialdir option.
* Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive eventashok2014-12-031-6/+12
| | | | | | loop otherwise clicking Cancel would return a non-empty result in case a script was run in the background as part of the event loop. Also updated test suite which did not actually check that a Cancel resulted in an empty event string.
* Fix winDialog tests to not assume current working directory when -initialdir ↵ashok2014-10-281-16/+21
| | | | is not specified
* - Fix winDialog-9.7 test in case "initialdir" contains capital characters. jan.nijtmans2014-10-201-5/+1
| | | - Add "uuid.lib" as requirement for tkWinDialog.c
* Replace use of ::env(TEMP) with use of [tcltest::temporaryDirectory] fordgp2014-10-201-9/+6
| | | improved portability of the test suite.
* Changed to not use c:/ as initialdirashok2014-10-161-4/+14
|
* Update test suite for compatibility with new Vista file dialogs.ashok2014-09-201-68/+83
| | | | Some tests still fail pending what we decide about behaviour when -initialdir is not specified.
* Convert native paths returned from file dialogs to Tcl canonical paths.ashok2014-09-201-12/+44
|
* Fixed, but only tested yet on Windows 7. On other platforms, at least the ↵jan.nijtmans2012-11-111-10/+28
| | | | 'user input problem' is gone, but the test might still fail.
* demo fix for bug 3585396. On which platforms this fails?jan.nijtmans2012-11-091-3/+3
|
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| * | [Bug 2307837] Backported fix for running dialog tests on non-English localespatthoyts2009-11-131-33/+48
| | |
| * | backported fixes for running on vista and to avoid a hangup in the color ↵patthoyts2008-11-121-16/+29
| | | | | | | | | | | | dialog test sometimes.
| * | backported tk_chooseColor -title fix from HEADpatthoyts2008-04-141-5/+75
| | |
* | | 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