Commit | Date | |
---|---|---|
2012-05-22 14:59:31 | Tree | |
[r16397]
by
bugman
The Sequence.GetValue() method now properly handles the Combo_list and single values. |
2012-05-22 14:56:08 | Tree |
[r16396]
by
bugman
The Combo_list.GetValue() method now returns a proper list of values rather than the string repr. |
2012-05-22 14:49:36 | Tree |
[r16395]
by
bugman
The Value GUI input element UpdateChoices() method now restores the current selection. This matches the Combo_list GUI element changes. |
2012-05-22 14:45:36 | Tree |
[r16394]
by
bugman
Renamed all of the ResetChoices() GUI methods to UpdateChoices(). This is because they are for updating a list while retaining the current selection. |
2012-05-22 14:43:36 | Tree |
[r16393]
by
bugman
The Combo_list GUI input element ResetChoices() method now remembers the current selection. This allows the selection to be restored when the element is updated, rather than resetting to the |
2012-05-22 14:39:47 | Tree |
2012-05-22 13:51:15 | Tree | |
[r16391]
by
bugman
The GUI test _execute_uf() base method now handles non-keyword args, by converting them to keyword args. |
2012-05-22 13:48:27 | Tree |
[r16390]
by
bugman
All system test scripts are now executed through the base script_exec() method. This allows them to be run in the GUI tests as well. |
2012-05-22 13:36:13 | Tree |
[r16389]
by
bugman
Fix for the file selection and directory handling in the GUI base test _execute_uf() method. This now handles the situation of when no directory argument is supplied. |
2012-05-22 13:08:08 | Tree |