mailr19527 - /trunk/test_suite/gui_tests/model_free.py


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

Header


Content

Posted by edward on April 21, 2013 - 12:47:
Author: bugman
Date: Sun Apr 21 12:47:00 2013
New Revision: 19527

URL: http://svn.gna.org/viewcvs/relax?rev=19527&view=rev
Log:
More fixes for the GUI tests for the new analysis wizard get_data() method 
returning more variables.


Modified:
    trunk/test_suite/gui_tests/model_free.py

Modified: trunk/test_suite/gui_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/model_free.py?rev=19527&r1=19526&r2=19527&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/model_free.py (original)
+++ trunk/test_suite/gui_tests/model_free.py Sun Apr 21 12:47:00 2013
@@ -207,7 +207,7 @@
         self.app.gui.analysis.new_wizard.wizard._go_next(None)
 
         # Get the data.
-        analysis_type, analysis_name, pipe_name, pipe_bundle = 
self.app.gui.analysis.new_wizard.get_data()
+        analysis_type, analysis_name, pipe_name, pipe_bundle, uf_exec = 
self.app.gui.analysis.new_wizard.get_data()
 
         # Set up the analysis.
         self.app.gui.analysis.new_analysis(analysis_type=analysis_type, 
analysis_name=analysis_name, pipe_name=pipe_name, pipe_bundle=pipe_bundle)




Related Messages


Powered by MHonArc, Updated Sun Apr 21 13:00:02 2013