Menu

Commit [r26306]  Maximize  Restore  History

Resign of how the new analysis wizard is handled in the GUI tests.

This relates to bug #22818 (https://gna.org/bugs/?22818), the GUI test suite failures in MS Windows
- PyAssertionError: C++ assertion "Assert failure".

The GUI test base class method new_analysis_wizard() has been created to simplify the process. When
a new analysis is desired, this method should be called. It will return the analysis page GUI
element for use in the test. The method standardises the execution of the new analysis wizard and
sets up the analysis in the GUI. It also properly destroys the wizard to avoid the memory leaking
issues such as bug #22818.

All GUI tests have been converted to use new_analysis_wizard(). This allows the GUI tests to pass
on MS Windows. However there are still significant sources of memory leaks (the USER Objects count)
visible in the Windows Task Manager.

bugman 2014-10-17

changed /trunk/test_suite/gui_tests/base_classes.py
changed /trunk/test_suite/gui_tests/bruker.py
changed /trunk/test_suite/gui_tests/general.py
changed /trunk/test_suite/gui_tests/model_free.py
changed /trunk/test_suite/gui_tests/noe.py
changed /trunk/test_suite/gui_tests/relax_disp.py
changed /trunk/test_suite/gui_tests/rx.py
/trunk/test_suite/gui_tests/base_classes.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/gui_tests/bruker.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/gui_tests/general.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/gui_tests/model_free.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/gui_tests/noe.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/gui_tests/relax_disp.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/gui_tests/rx.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.