mailr26017 - /trunk/test_suite/system_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 September 24, 2014 - 17:16:
Author: bugman
Date: Wed Sep 24 17:16:31 2014
New Revision: 26017

URL: http://svn.gna.org/viewcvs/relax?rev=26017&view=rev
Log:
Reactivated the Relax_disp.test_m61b_data_to_m61b system test, but 
blacklisted it.

This will allow the test to be executed if the --no-skip command line option 
is used.


Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=26017&r1=26016&r2=26017&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Wed Sep 24 17:16:31 2014
@@ -73,6 +73,13 @@
 
         # Execute the base class method.
         super(Relax_disp, self).__init__(methodName)
+
+        # Tests to skip.
+        blacklist = [
+            'test_m61b_data_to_m61b'
+        ]
+        if methodName in blacklist:
+            status.skipped_tests.append([methodName, None, self._skip_type])
 
         # Missing module.
         if not dep_check.C_module_exp_fn:
@@ -5769,7 +5776,7 @@
             spin_index += 1
 
 
-    def xxx_test_m61b_data_to_m61b(self):
+    def test_m61b_data_to_m61b(self):
         """Test the relaxation dispersion 'M61 skew' model curve fitting to 
fixed time synthetic data."""
 
         # Execute the script.




Related Messages


Powered by MHonArc, Updated Wed Sep 24 17:20:03 2014