summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* * tests/entry.test: Restore test naming consistency with Tk 8.5.dgp2008-10-101-292/+296
| | | | | * tests/listbox.test: Remove some more dependency on precision in * tests/spinbox.test: test results.
* * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-71/+78
| | | | | | | | those generated by Tcl_PrintDouble(). * tests/entry.test: Restore test naming consistency with Tk 8.5. * tests/listbox.test: Remove some more dependency on precision in test results.
* Restored test naming consistency with Tk 8.5 tests.dgp2008-10-091-114/+123
|
* * tests/textDisp.test (textDisp-16.34): Update test that testeddgp2008-10-081-8/+14
| | | | | string equality of double values based on an assumption of tcl_precision==12. Test now does its own formatting.
* * tests/scrollbar.test: Revised testing of the cget subcommand sodgp2008-10-082-21/+21
| | | | | | | | | | that it tests consistency with the configure subcommand and not agreement with a hardcoded value that will change as tastes in GUIs evolve. * unix/tkUnixWm.c: Restored consistency of error messages from * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across * tests/unixWm.test: all platforms. [Bug 2021443]
* * tests/canvText.test (canText-17.1): Update expected result todgp2008-10-081-3/+3
| | | | | match revised PostScript output due to more predictable formatting of floating point values.
* * unix/tkUnixWm.c: Restored consistency of error messages fromdgp2008-10-081-3/+3
| | | | | * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across all platforms. [Bug 2021443]
* * tests/wm.test: Update expected error messages fromdgp2008-10-081-3/+3
| | | | [wm iconphoto] to match the new message. [Bug 2021443]
* and another onedgp2008-10-071-1/+3
|
* Simpleminded protection against fatal error when env(TEMP) is not defined.dgp2008-10-071-1/+3
|
* Removed dependency on default precisionpatthoyts2008-10-073-13/+13
|
* Removed dependency on default precisionpatthoyts2008-10-061-24/+24
|
* Removed dependency on default precisionpatthoyts2008-10-062-49/+50
|
* Fixed some incorrect error string results and removed precision dependencies ↵patthoyts2008-10-063-41/+41
| | | | in entry tests
* Fixed tests for Vista (cannot write to C:\)patthoyts2008-10-061-5/+7
|
* Minor improvementsdkf2008-10-011-31/+25
|
* Implemented TIP #236 from patch by Neil McKay.dkf2008-09-301-0/+64
|
* Update to tcltest2aniap2008-08-3013-2022/+3817
|
* Fix 2080587dkf2008-08-281-34/+30
|
* Update to tcltest2aniap2008-08-289-2759/+5248
|
* Added a "knownBug"-marked test to show a problempspjuth2008-08-271-17/+37
| | | | identified in the grid implementation.
* typodgp2008-08-271-2/+2
|
* Tidy up the photo image tests a bit more.dkf2008-08-261-239/+233
|
* Update to tcltest2aniap2008-08-215-2746/+6480
|
* Remove id.test that is no longer needed, because of the XID cleanup.georgeps2008-08-191-97/+0
|
* generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-192-4/+4
| | | | | point numbers in -[xy]scrollcommand callbacks or [xy]view methods. Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0".
* Update to tcltest2aniap2008-08-186-624/+1332
|
* Update to tcltest2aniap2008-08-175-1859/+3304
|
* Update to tcltest2aniap2008-08-167-1342/+1854
|
* Update to tcltest2aniap2008-08-154-1652/+3432
|
* Update to tcltest2aniap2008-08-133-1779/+3130
|
* Update to tcltest2aniap2008-08-124-262/+419
|
* Update to tcltest2aniap2008-08-114-684/+1618
|
* Update to tcltest2aniap2008-08-081-136/+394
|
* Update to tcltest2aniap2008-08-072-565/+1612
|
* Update to tcltest2; report: test text-33.11 failsaniap2008-08-031-2636/+5669
|
* Update to tcltest2aniap2008-08-033-88/+175
|
* Check wmPtr is valid in TopLevelReqProc to fix [Bug 2028703]patthoyts2008-08-011-1/+11
|
* -highlightthickness entry's option (fonts constraint)aniap2008-07-291-1/+1
|
* Update to tcltest2aniap2008-07-282-278/+1162
|
* Conform to testing policy and added a nonwin contraint. [Bug 2024753]patthoyts2008-07-262-3/+4
|
* Check that the parent has been mapped before calling RemapWindows. [Bug 2009788]patthoyts2008-07-261-1/+28
|
* Update to tcltest2aniap2008-07-251-29/+3
|
* Update to tcltest2aniap2008-07-251-2293/+5959
|
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-2333-108/+108
|
* remove duplicate testdgp2008-07-221-13/+1
|
* Update to tcltest2aniap2008-07-221-60/+51
|
* Update to tcltest2aniap2008-07-225-2626/+9821
|
* Update to tcltest2aniap2008-07-222-45/+61
|
* Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-041-0/+9
| | | | in case of erroneous style specifications [#2009213].