mailr22840 - /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 April 23, 2014 - 18:00:
Author: bugman
Date: Wed Apr 23 18:00:30 2014
New Revision: 22840

URL: http://svn.gna.org/viewcvs/relax?rev=22840&view=rev
Log:
Reverted r22839 as this was incorrect.

The command used was:
svn merge -r22839:r22838 .

.....
  r22839 | bugman | 2014-04-23 17:09:51 +0200 (Wed, 23 Apr 2014) | 5 lines
  Changed paths:
     M /trunk/test_suite/system_tests/relax_disp.py
  
     Reduced the number of blacklisted dispersion system tests for when C 
modules are not compiled.
  
     This is possible because of the recent fix for the 
relax_disp.select_model user function.
.....


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=22840&r1=22839&r2=22840&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Wed Apr 23 18:00:30 2014
@@ -54,8 +54,12 @@
         if not dep_check.C_module_exp_fn:
             # The list of tests to skip.
             to_skip = [
+                
"test_bug_21344_sparse_time_spinlock_acquired_r1rho_fail_relax_disp",
+                
"test_bug_21665_cpmg_two_fields_two_delaytimes_fail_relax_disp",
                 "test_exp_fit",
-                "test_m61_exp_data_to_m61"
+                "test_m61_exp_data_to_m61",
+                "test_r1rho_kjaergaard",
+                "test_value_write_calc_rotating_frame_params_auto_analysis"
             ]
 
             # Store in the status object. 




Related Messages


Powered by MHonArc, Updated Wed Apr 23 18:20:02 2014