mailr15900 - /1.3/test_suite/gui_tests/bmrb.py


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

Header


Content

Posted by edward on May 03, 2012 - 15:21:
Author: bugman
Date: Thu May  3 15:21:42 2012
New Revision: 15900

URL: http://svn.gna.org/viewcvs/relax?rev=15900&view=rev
Log:
The Bmrb.test_bmrb_rw GUI test now uses the base execute_uf() method for the 
pipe.create call.

This is part of the simplification of the user function interfaces.


Modified:
    1.3/test_suite/gui_tests/bmrb.py

Modified: 1.3/test_suite/gui_tests/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/gui_tests/bmrb.py?rev=15900&r1=15899&r2=15900&view=diff
==============================================================================
--- 1.3/test_suite/gui_tests/bmrb.py (original)
+++ 1.3/test_suite/gui_tests/bmrb.py Thu May  3 15:21:42 2012
@@ -51,10 +51,7 @@
         self._wizard = Wiz_window(self.app.gui)
 
         # Create the data pipe.
-        pipe_create = user_functions.pipe.Create_page(self._wizard)
-        pipe_create.pipe_name.SetValue(str_to_gui('results'))
-        pipe_create.pipe_type.SetSelection(VALID_TYPES.index('mf'))
-        pipe_create.on_execute()
+        self.execute_uf(page=user_functions.pipe.Create_page, 
pipe_name='results', pipe_type='mf')
 
         # Read the results.
         results_read = user_functions.results.Read_page(self._wizard)




Related Messages


Powered by MHonArc, Updated Thu May 03 16:00:02 2012