Commit | Date | |
---|---|---|
[r17223]
by
bugman
Fix for the reporting of skipped GUI tests. The Frame_order tests skipped because of the missing Scipy module were been labelled as system |
2012-07-10 12:37:33 | Tree |
[r17222]
by
bugman
Improvements to the skipped test printout from the test suite. Now all test categories (system, unit and GUI) are printed if a module/package is missing. This |
2012-07-10 12:14:07 | Tree |
[r17221]
by
bugman
Bug fix for the pipe editor window hiding and restoring. All of the Pipe_editor.Show() method has been shifted into the GUI show_pipe_editor() method. This |
2012-07-10 10:26:41 | Tree |
[r17220]
by
bugman
Fix for the State.test_load_state_no_gui() for handling pipe bundles. Though not caught by the test, the pipe needs to be associated with a pipe bundle to be able to |
2012-07-10 10:24:49 | Tree |
[r17219]
by
bugman
The GUI show_pipe_editor() method is now the place where the methods are registered with the observers. This is a partial bug fix for the GUI tests. The hiding mechanism of the window with unregistration |
2012-07-10 09:55:00 | Tree |
[r17218]
by
bugman
Shifted all of the observer registration and unregistration to observer_setup() in the pipe editor. |
2012-07-10 09:52:31 | Tree |
[r17217]
by
bugman
Bug fix for the GUI tests setUp() method - the observer objects must no be reset! |
2012-07-10 08:43:04 | Tree |
[r17216]
by
bugman
Improved debugging print outs for the observer objects. The method name is now stored and included in all the observer 'debug>' printouts. |
2012-07-10 07:33:26 | Tree |
[r17215]
by
bugman
Removed the notebook tab deletion from the GUI tests tearDown() method. This should be performed when a relax reset happens, so it is not needed in the tearDown() method |
2012-07-10 06:50:40 | Tree |
[r17214]
by
bugman
Redesign of the setUp() and tearDown() methods of the GUI tests. This is needed as the current design does not work under MS Windows! Instead of created a new wx This change uncovers a few GUI bugs not caught by the previous design. |
2012-07-10 06:11:40 | Tree |