Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added tests of number of arguments. | treectrl | 2006-11-11 | 1 | -7/+101 |
| | |||||
* | Added tests of [element]. | treectrl | 2006-11-10 | 1 | -0/+59 |
| | |||||
* | Added tests for -itemstyle. | treectrl | 2006-11-09 | 1 | -1/+26 |
| | |||||
* | Added tests for -defaultstyle (even though it is now deprecated). | treectrl | 2006-11-09 | 1 | -1/+74 |
| | |||||
* | Added constraint "deprecated" to some old tests. | treectrl | 2006-10-29 | 1 | -6/+14 |
| | | | | Updated some error messages. | ||||
* | Added constraint "deprecated" to some old tests. | treectrl | 2006-10-29 | 1 | -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. | treectrl | 2006-10-29 | 2 | -355/+511 |
| | |||||
* | Fixed various commands using an arbitrary item if multiple items were ↵ | treectrl | 2006-10-14 | 1 | -14/+14 |
| | | | | specified but forbidden. | ||||
* | [tag] -> [item tag] | treectrl | 2006-10-04 | 1 | -57/+62 |
| | |||||
* | Added tests for [tag] command. | treectrl | 2006-09-24 | 1 | -1/+108 |
| | |||||
* | More tests added for [item element xxx]. | treectrl | 2006-09-22 | 1 | -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. | treectrl | 2006-09-22 | 1 | -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. | treectrl | 2006-09-16 | 1 | -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. | treectrl | 2005-09-15 | 1 | -2/+2 |
| | |||||
* | Added tests for updated [column delete] command. | treectrl | 2005-09-07 | 1 | -2/+21 |
| | |||||
* | Update tests for recent changes (mostly changes in error messages). | treectrl | 2005-07-15 | 5 | -29/+29 |
| | |||||
* | Whitespace change. | treectrl | 2005-07-15 | 1 | -2/+2 |
| | |||||
* | Fixed some tests. | treectrl | 2005-06-03 | 4 | -9/+9 |
| | |||||
* | Use "item id" instead of "index". | treectrl | 2005-05-13 | 2 | -55/+50 |
| | | | | The error message changed when a specified column doesn't exist. | ||||
* | The error message changed when a specified column doesn't exist. | treectrl | 2005-05-13 | 1 | -31/+43 |
| | | | | | Replaced "column index" with "column id" and added a few tests. Use "column count" instead of "numcolumns". | ||||
* | Updated for recent changes. | treectrl | 2005-05-11 | 4 | -68/+43 |
| | |||||
* | Removed package_require hack. | treectrl | 2005-03-29 | 1 | -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. | treectrl | 2005-03-29 | 3 | -16/+16 |
| | | | | Use "-match glob" to simplify some tests. | ||||
* | Removed package_require hack. Regular "package require" works if environment ↵ | treectrl | 2005-03-29 | 1 | -2/+1 |
| | | | | vars are set. | ||||
* | Renamed notify.test to notify-old.test to test deprecated syntax. | treectrl | 2005-03-29 | 2 | -65/+413 |
| | | | | Update notify.test to test new syntax. | ||||
* | * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and use | hobbs2 | 2004-10-09 | 1 | -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. | treectrl | 2004-07-30 | 3 | -19/+12 |
| | |||||
* | Changes for new "column create" command. | treectrl | 2004-07-26 | 3 | -11/+15 |
| | |||||
* | Test querying all the configuration options of a tree control soes no | krischan | 2003-01-08 | 1 | -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. | krischan | 2003-01-06 | 1 | -5/+40 |
| | |||||
* | - removed all knownBug constraints, since they are solved. | krischan | 2003-01-05 | 1 | -203/+200 |
| | | | | - renamed tests to treectrl-* | ||||
* | - removed all knownBug constraints, since they are solved. | krischan | 2003-01-05 | 1 | -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. | krischan | 2003-01-04 | 1 | -1/+24 |
| | |||||
* | Added tests of the leading ~ of the "item state set" widget command. | krischan | 2003-01-04 | 1 | -10/+27 |
| | |||||
* | Added tests of -columnproxy widget option. | krischan | 2003-01-04 | 1 | -1/+30 |
| | |||||
* | Delete the empty image during cleanup | krischan | 2003-01-04 | 1 | -1/+2 |
| | |||||
* | Added test for "item sort" widget command | krischan | 2003-01-04 | 1 | -1/+235 |
| | |||||
* | - added tests of new state linkage widget command. | krischan | 2003-01-02 | 1 | -8/+22 |
| | | | | - changed tests of marquee identify widget command. | ||||
* | Big padx and pady patch. | treectrl | 2003-01-02 | 2 | -40/+85 |
| | |||||
* | tests for changed argument of "notify generate" widget command | krischan | 2002-12-31 | 1 | -13/+12 |
| | |||||
* | tests for new syntax of "item state" widget command | krischan | 2002-12-31 | 1 | -24/+60 |
| | |||||
* | Defines a proc package_require, which can be used by the test files | krischan | 2002-12-30 | 1 | -1/+33 |
| | | | | until tkTreeCtrl will find the library even if it is not yet installed. | ||||
* | Splitted the big huge test into 5 (not so) little pieces... | krischan | 2002-12-30 | 5 | -1616/+1415 |
| | |||||
* | - Added test for percentcommand of notify install event | krischan | 2002-12-30 | 1 | -2/+15 |
| | | | | - corrected proc doMyOwnSubst to expect additinal arguments. | ||||
* | adepted to improved behaviour of tkTreeCtrl, | krischan | 2002-12-30 | 1 | -32/+16 |
| | | | | but there seems to be still one (new?) error. | ||||
* | Additional tests of notify widget command | krischan | 2002-12-29 | 1 | -17/+316 |
| | |||||
* | - Removed all knownBug constraints, since these bugs are fixed. | krischan | 2002-12-29 | 1 | -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. | treectrl | 2002-12-28 | 1 | -2/+1 |
| | |||||
* | Added tests of dragimage widget command. | krischan | 2002-12-28 | 1 | -1/+61 |
| | |||||
* | - Added tests of widget commands contentbox and identify | krischan | 2002-12-28 | 1 | -73/+138 |
| | | | | - renumbered most of the column tests. |