mailr16768 - /branches/uf_redesign/test_suite/system_tests/bmrb.py


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

Header


Content

Posted by edward on June 08, 2012 - 13:28:
Author: bugman
Date: Fri Jun  8 13:28:45 2012
New Revision: 16768

URL: http://svn.gna.org/viewcvs/relax?rev=16768&view=rev
Log:
Fix for the BMRB system tests - the cdp.result_files object is now 
blacklisted from the checks.

This is now created by bmrb.write, but does not exist in the save file.


Modified:
    branches/uf_redesign/test_suite/system_tests/bmrb.py

Modified: branches/uf_redesign/test_suite/system_tests/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/test_suite/system_tests/bmrb.py?rev=16768&r1=16767&r2=16768&view=diff
==============================================================================
--- branches/uf_redesign/test_suite/system_tests/bmrb.py (original)
+++ branches/uf_redesign/test_suite/system_tests/bmrb.py Fri Jun  8 13:28:45 
2012
@@ -72,7 +72,7 @@
         if version == '3.0':
             blacklist_spin = blacklist_spin + ['r', 'local_tm', 
'local_tm_err']
         blacklist_diff = []
-        blacklist_global = ['diff_tensor', 'exp_info', 'hybrid_pipes', 
'mol', 'sim_number', 'sim_state'] + ['ri_ids', 'frq', 'ri_type']
+        blacklist_global = ['diff_tensor', 'exp_info', 'hybrid_pipes', 
'mol', 'sim_number', 'sim_state'] + ['ri_ids', 'frq', 'ri_type'] + 
['result_files']
 
         # The data pipes.
         old_pipe = ds[old_pipe_name]




Related Messages


Powered by MHonArc, Updated Fri Jun 08 14:40:02 2012