mailr17891 - /trunk/test_suite/gui_tests/state.py


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

Header


Content

Posted by edward on October 17, 2012 - 11:59:
Author: bugman
Date: Wed Oct 17 11:59:14 2012
New Revision: 17891

URL: http://svn.gna.org/viewcvs/relax?rev=17891&view=rev
Log:
Fix for the State.test_load_state_no_gui() GUI test - the data pipe bundle is 
now given.


Modified:
    trunk/test_suite/gui_tests/state.py

Modified: trunk/test_suite/gui_tests/state.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/state.py?rev=17891&r1=17890&r2=17891&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/state.py (original)
+++ trunk/test_suite/gui_tests/state.py Wed Oct 17 11:59:14 2012
@@ -93,7 +93,7 @@
         self.app.gui.state_load(file_name=file)
 
         # Create a data pipe bundle.
-        self._execute_uf(uf_name='pipe.bundle', pipe='a')
+        self._execute_uf(uf_name='pipe.bundle', pipe='a', bundle='test 
bundle')
 
         # Show the pipe editor.
         self.app.gui.show_pipe_editor(None)




Related Messages


Powered by MHonArc, Updated Wed Oct 17 12:00:01 2012