mailr19809 - /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 May 30, 2013 - 20:05:
Author: bugman
Date: Thu May 30 20:05:05 2013
New Revision: 19809

URL: http://svn.gna.org/viewcvs/relax?rev=19809&view=rev
Log:
Removed the data pipe name check from the Relax_disp.test_hansen_trunc_data 
GUI test.

This makes no sense as this analysis generates a data pipe for each model 
(similar to the model-free
analysis).


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=19809&r1=19808&r2=19809&view=diff
==============================================================================
--- branches/relax_disp/test_suite/gui_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/gui_tests/relax_disp.py Thu May 30 
20:05:05 2013
@@ -229,8 +229,3 @@
         if status.relax_mode != 'gui' and wx.version() != '2.9.4.1 gtk2 
(classic)':
             self.assertEqual(self.app.gui.controller.mc_gauge_rx.GetValue(), 
100)
             self.assertEqual(self.app.gui.controller.main_gauge.GetValue(), 
100)
-
-        # Check the data pipe.
-        self.assertEqual(cdp_name(), ds.relax_gui.analyses[0].pipe_name)
-
-




Related Messages


Powered by MHonArc, Updated Thu May 30 20:20:05 2013