summaryrefslogtreecommitdiffstats
path: root/tests/treectrl.test
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests affected by changed error messages in TreeItem_FromObj.treectrl2006-09-161-7/+90
| | | | Added tests for "visible" and "state" qualifiers in item descriptions to test the new code.
* Fix test of error message which was changed.treectrl2005-09-151-2/+2
|
* Update tests for recent changes (mostly changes in error messages).treectrl2005-07-151-5/+5
|
* Fixed some tests.treectrl2005-06-031-2/+2
|
* Use "item id" instead of "index".treectrl2005-05-131-49/+44
| | | | The error message changed when a specified column doesn't exist.
* Updated for recent changes.treectrl2005-05-111-35/+19
|
* Removed package_require hack.treectrl2005-03-291-25/+23
| | | | | Use "-match glob" to simplify some tests. Fix "identify" tests by using rect instead of text element, since font width varies by platform.
* Update tests for changes in code.treectrl2004-07-301-11/+8
|
* Changes for new "column create" command.treectrl2004-07-261-6/+6
|
* Test querying all the configuration options of a tree control soes nokrischan2003-01-081-3/+9
| | | | | longer expect any current values, since they depends on local settings, e.g. ~/.Xdefault
* - removed all knownBug constraints, since they are solved.krischan2003-01-051-203/+200
| | | | - renamed tests to treectrl-*
* Added tests of strange state names in the "state define" widget command.krischan2003-01-041-1/+24
|
* Added tests of -columnproxy widget option.krischan2003-01-041-1/+30
|
* - added tests of new state linkage widget command.krischan2003-01-021-8/+22
| | | | - changed tests of marquee identify widget command.
* Splitted the big huge test into 5 (not so) little pieces...krischan2002-12-301-1616/+33
|
* - Added test for percentcommand of notify install eventkrischan2002-12-301-2/+15
| | | | - corrected proc doMyOwnSubst to expect additinal arguments.
* adepted to improved behaviour of tkTreeCtrl,krischan2002-12-301-32/+16
| | | | but there seems to be still one (new?) error.
* Additional tests of notify widget commandkrischan2002-12-291-17/+316
|
* - Removed all knownBug constraints, since these bugs are fixed.krischan2002-12-291-45/+93
| | | | | | - Explicitely require tcltest version 2 - adapt to the latest changes. - Added some first tests of notify widget command.
* Removed line loading libtreectrl*.so.treectrl2002-12-281-2/+1
|
* Added tests of dragimage widget command.krischan2002-12-281-1/+61
|
* - Added tests of widget commands contentbox and identifykrischan2002-12-281-73/+138
| | | | - renumbered most of the column tests.
* Added tests for widget command column.krischan2002-12-281-1/+384
|
* - Added test for deleting the root item.krischan2002-12-271-1/+90
| | | | - Added test widget commands see, range, orphans, numitems, and depth.
* Added tests of selection widget command.krischan2002-12-271-1/+77
|
* Added tests of marquee widget commandkrischan2002-12-261-1/+52
|
* - Added tests of state and item state widget commands.krischan2002-12-261-64/+160
|
* - Load the extension ina platform dependend way.krischan2002-12-241-2/+109
| | | | - Added tests for "item style" command.
* Test file for treectrl.krischan2002-12-241-0/+1266
Tests exist yet for options of widget, and for the widget commands element, style and item.