summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added 2 tests of [item firstchild] within an <ItemDelete> event.treectrl2006-12-081-1/+30
|
* Added knownBug constraint to one test that should fail but doesn't.treectrl2006-12-031-2/+4
|
* Fix tests that broke because of zero-sized elements no longer being layout'd.treectrl2006-12-032-6/+6
|
* Added some display-related tests. Try to cause a segfault by deleting ↵treectrl2006-11-251-0/+142
| | | | items/columns/treectrl during display udpates.
* Added some tests of [style elements].treectrl2006-11-231-2/+33
|
* Fixed tests of tail column's -tag option.treectrl2006-11-231-4/+4
|
* Moved [item count] tests to item.test.treectrl2006-11-181-17/+5
|
* Added a test of an invalid item description.treectrl2006-11-181-1/+5
|
* Added tests of improved [item count].treectrl2006-11-181-1/+39
|
* Renamed -tag to -tags.treectrl2006-11-181-21/+41
| | | | Added tests of improved [column count].
* Added tests of number of arguments.treectrl2006-11-111-7/+101
|
* Added tests of [element].treectrl2006-11-101-0/+59
|
* Added tests for -itemstyle.treectrl2006-11-091-1/+26
|
* Added tests for -defaultstyle (even though it is now deprecated).treectrl2006-11-091-1/+74
|
* Added constraint "deprecated" to some old tests.treectrl2006-10-291-6/+14
| | | | Updated some error messages.
* Added constraint "deprecated" to some old tests.treectrl2006-10-291-14/+33
| | | | | Updated some error messages. Don't use some deprecated commands.
* Moved item-description tests to a new file and added some more tests.treectrl2006-10-292-355/+511
|
* Fixed various commands using an arbitrary item if multiple items were ↵treectrl2006-10-141-14/+14
| | | | specified but forbidden.
* [tag] -> [item tag]treectrl2006-10-041-57/+62
|
* Added tests for [tag] command.treectrl2006-09-241-1/+108
|
* More tests added for [item element xxx].treectrl2006-09-221-18/+339
| | | | | Added tests of multi-item [item style set], [item state set] and [item state forcolumn]. Added tests for [item enabled] and [item text].
* [item id all] is allowed.treectrl2006-09-221-3/+29
| | | | Added tests for new item-description keywords: list range, ancestors and children which select multiple items.
* 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
|
* Added tests for updated [column delete] command.treectrl2005-09-071-2/+21
|
* Update tests for recent changes (mostly changes in error messages).treectrl2005-07-155-29/+29
|
* Whitespace change.treectrl2005-07-151-2/+2
|
* Fixed some tests.treectrl2005-06-034-9/+9
|
* Use "item id" instead of "index".treectrl2005-05-132-55/+50
| | | | The error message changed when a specified column doesn't exist.
* The error message changed when a specified column doesn't exist.treectrl2005-05-131-31/+43
| | | | | Replaced "column index" with "column id" and added a few tests. Use "column count" instead of "numcolumns".
* Updated for recent changes.treectrl2005-05-114-68/+43
|
* 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.
* Removed package_require hack.treectrl2005-03-293-16/+16
| | | | Use "-match glob" to simplify some tests.
* Removed package_require hack. Regular "package require" works if environment ↵treectrl2005-03-291-2/+1
| | | | vars are set.
* Renamed notify.test to notify-old.test to test deprecated syntax.treectrl2005-03-292-65/+413
| | | | Update notify.test to test new syntax.
* * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and usehobbs22004-10-091-32/+3
| | | | | | | | * demos/demo.tcl: tcl_findLibrary to avoid the issue of build vs. * tests/all.tcl: install package. * generic/tkTreeCtrl.c: * library/filelist-bindings.tcl: ensure TreeCtrl namespace exists * library/treectrl.tcl: source filelist-bindings
* Update tests for changes in code.treectrl2004-07-303-19/+12
|
* Changes for new "column create" command.treectrl2004-07-263-11/+15
|
* 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
* added tests for new -element option of item sort widget command.krischan2003-01-061-5/+40
|
* - removed all knownBug constraints, since they are solved.krischan2003-01-051-203/+200
| | | | - renamed tests to treectrl-*
* - removed all knownBug constraints, since they are solved.krischan2003-01-051-136/+136
| | | | | - added test for call of item sort without columns. - renamed tests to item-*
* Added tests of strange state names in the "state define" widget command.krischan2003-01-041-1/+24
|
* Added tests of the leading ~ of the "item state set" widget command.krischan2003-01-041-10/+27
|
* Added tests of -columnproxy widget option.krischan2003-01-041-1/+30
|
* Delete the empty image during cleanupkrischan2003-01-041-1/+2
|
* Added test for "item sort" widget commandkrischan2003-01-041-1/+235
|
* - added tests of new state linkage widget command.krischan2003-01-021-8/+22
| | | | - changed tests of marquee identify widget command.
* Big padx and pady patch.treectrl2003-01-022-40/+85
|
* tests for changed argument of "notify generate" widget commandkrischan2002-12-311-13/+12
|