svn+ssh://bugman@.../svn/relax/1.3
........
r15906 | bugman | 2012-05-03 16:29:16 +0200 (Thu, 03 May 2012) | 6 lines
Fix for the Base_value ResetChoices() method.
The recent simplification was failing as the ComboBox.Insert() method could not handle the position
being set to sys.maxint, unlike most other of its methods.
........
r15907 | bugman | 2012-05-03 18:14:11 +0200 (Thu, 03 May 2012) | 8 lines
Big bug fix for the test suite!
One of the state system tests was removing the frame order analysis from the
generic_fns.pipes.VALID_TYPES list with a pop() call. But this change is permanent. So in the
later Bmrb.test_bmrb_rw GUI test, the GUI fails as this list is used in the pipe.create GUI user
function interface and it no longer matches the corresponding PIPE_DESC_LIST structure!
........