mailr23505 - /trunk/test_suite/gui_tests/test_user_functions.py


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

Header


Content

Posted by edward on May 28, 2014 - 11:58:
Author: bugman
Date: Wed May 28 11:58:29 2014
New Revision: 23505

URL: http://svn.gna.org/viewcvs/relax?rev=23505&view=rev
Log:
Some more fixes for the User_functions.test_structure_rotate GUI test.

The open_dialog() method cannot be used, as it deletes the window at the end. 
 Instead the
selection_win_show() and selection_win_data() method combination is used.


Modified:
    trunk/test_suite/gui_tests/test_user_functions.py

Modified: trunk/test_suite/gui_tests/test_user_functions.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/test_user_functions.py?rev=23505&r1=23504&r2=23505&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/test_user_functions.py   (original)
+++ trunk/test_suite/gui_tests/test_user_functions.py   Wed May 28 11:58:29 
2014
@@ -135,8 +135,9 @@
         uf.create_wizard(parent=self.app.gui)
 
         # Change the rotation matrix without changing anything.
-        uf.page.uf_args['R'].open_dialog(None)
+        uf.page.uf_args['R'].selection_win_show()
         uf.page.uf_args['R'].sel_win.sequence.SetStringItem(index=1, col=1, 
label=int_to_gui(2))
+        uf.page.uf_args['R'].selection_win_data()
 
         # GUI data checks for the rotation matrix.
         R = uf.page.uf_args['R'].GetValue()




Related Messages


Powered by MHonArc, Updated Wed May 28 12:20:03 2014