Menu

Commit [r21182]  Maximize  Restore  History

Fixes to allow the Mf.test_mf_auto_analysis system test to pass on Mac OS X.

The simulated event.GetPosition() method in the Fake_right_click class the file
test_suite/gui_tests/model_free.py must return a wx.Point object and not a Python tuple. The
gui.components.base_list.Base_list.on_right_click() method has also been modified with a wx.Yield()
call to allos the test to pass.

bugman 2013-10-18

changed /branches/relax_disp/gui/components/base_list.py
changed /branches/relax_disp/test_suite/gui_tests/model_free.py
/branches/relax_disp/gui/components/base_list.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/gui_tests/model_free.py Diff Switch to side-by-side view
Loading...