svn+ssh://bugman@.../svn/relax/trunk
........
r20780 | bugman | 2013-09-03 18:48:16 +0200 (Tue, 03 Sep 2013) | 7 lines
Created Wiz_window.setup_page() for user function wizard pages to allow for simpler GUI tests.
This method can be used to setup any user function wizard page with all its arguments set. It
accepts all keyword arguments and sets these for the wizard page, translating to GUI strings as
needed. This should save a lot of lines in the GUI tests.
........
r20781 | bugman | 2013-09-03 18:48:49 +0200 (Tue, 03 Sep 2013) | 3 lines
Simplified the Noe.test_noe_analysis GUI test by using the new Wiz_window.setup_page() method.
........