mailr20054 - /branches/relax_disp/test_suite/gui_tests/relax_disp.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 11, 2013 - 19:11:
Author: bugman
Date: Tue Jun 11 19:11:25 2013
New Revision: 20054

URL: http://svn.gna.org/viewcvs/relax?rev=20054&view=rev
Log:
Fix for the Relax_disp.test_bug_20889_multi_col_peak_list GUI test.

The peak intensity wizard _ok() method is now called to terminate the wizard. 
 Otherwise this causes
the subsequent GUI test which tries to access the peak intensity wizard to 
fail.


Modified:
    branches/relax_disp/test_suite/gui_tests/relax_disp.py

Modified: branches/relax_disp/test_suite/gui_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/gui_tests/relax_disp.py?rev=20054&r1=20053&r2=20054&view=diff
==============================================================================
--- branches/relax_disp/test_suite/gui_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/gui_tests/relax_disp.py Tue Jun 11 
19:11:25 2013
@@ -117,7 +117,7 @@
         # Set the RMSD.
         page = wizard.get_page(wizard.page_indices['rmsd'])
         page.uf_args['error'].SetValue(float_to_gui(3000.0))
-        wizard._go_next(None)
+        wizard._ok(None)
 
         # The peak intensities.
         data_2 = [337765.90000000002, 1697771.0, 867389.80000000005, 
2339480.0, 2574062.0, 1609356.0, 2179341.0, 1563795.0, 1535896.0, 3578841.0]




Related Messages


Powered by MHonArc, Updated Tue Jun 11 20:00:02 2013