| commit | 6a0fe8db197ebf9884810bfb482e0a4f5eddd5d6 | [log] [tgz] |
|---|---|---|
| author | Terry Jan Reedy <tjreedy@udel.edu> | Mon Jun 30 23:52:14 2014 -0400 |
| committer | Terry Jan Reedy <tjreedy@udel.edu> | Mon Jun 30 23:52:14 2014 -0400 |
| tree | 02adef7f3b35caddf80509997e33c5309ae42cb4 | |
| parent | 1530a822234bba10ae1211dcab5844a117abd9f8 [diff] |
Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods to remove duplication and return info for tests. Rewrite corresponding tests. Test_create_option_buttons was not testing anything because of buggy comparisons. Use Python subscripting to get widget options.