mailr20195 - /trunk/test_suite/system_tests/peak_lists.py


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

Header


Content

Posted by edward on June 18, 2013 - 17:23:
Author: bugman
Date: Tue Jun 18 17:23:07 2013
New Revision: 20195

URL: http://svn.gna.org/viewcvs/relax?rev=20195&view=rev
Log:
The Peak_lists.test_bug_20873_peak_lists system test is now skipped if the C 
modules are not compiled.

This test requires the presence of the C modules.


Modified:
    trunk/test_suite/system_tests/peak_lists.py

Modified: trunk/test_suite/system_tests/peak_lists.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/peak_lists.py?rev=20195&r1=20194&r2=20195&view=diff
==============================================================================
--- trunk/test_suite/system_tests/peak_lists.py (original)
+++ trunk/test_suite/system_tests/peak_lists.py Tue Jun 18 17:23:07 2013
@@ -45,7 +45,7 @@
         super(Peak_lists, self).__init__(methodName)
 
         # Missing module.
-        if not dep_check.C_module_exp_fn and methodName in 
['test_bug_17276_peak_lists', 'test_ccpn_analysis']:
+        if not dep_check.C_module_exp_fn and methodName in 
['test_bug_17276_peak_lists', 'test_bug_20873_peak_lists', 
'test_ccpn_analysis']:
             # Store in the status object. 
             status.skipped_tests.append([methodName, 'Relax curve-fitting C 
module', self._skip_type])
 




Related Messages


Powered by MHonArc, Updated Tue Jun 18 17:40:02 2013