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.


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to