mailr19301 - in /branches/relax_disp: ./ test_suite/shared_data/model_free/bug_20683_bdc_inf_values/ test_suite/system_tests/ te...


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

Header


Content

Posted by edward on April 02, 2013 - 12:26:
Author: bugman
Date: Tue Apr  2 12:26:46 2013
New Revision: 19301

URL: http://svn.gna.org/viewcvs/relax?rev=19301&view=rev
Log:
Merged revisions 19299 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r19299 | bugman | 2013-04-02 12:26:19 +0200 (Tue, 02 Apr 2013) | 8 lines
  
  Created the Mf.test_bug_20683_bdc_inf_values system test.
  
  This is for catching bug #20683 (https://gna.org/bugs/?20683) reported by 
Mengjun Xue <mengjun dott
  xue att mailbox dott tu-berlin dot de>.
  
  The problem is due to infinite and NaN values in the Bruker Dynamics Centre 
file.
........

Added:
    
branches/relax_disp/test_suite/shared_data/model_free/bug_20683_bdc_inf_values/
      - copied from r19299, 
trunk/test_suite/shared_data/model_free/bug_20683_bdc_inf_values/
    
branches/relax_disp/test_suite/system_tests/scripts/model_free/bug_20683_bdc_inf_values.py
      - copied unchanged from r19299, 
trunk/test_suite/system_tests/scripts/model_free/bug_20683_bdc_inf_values.py
Modified:
    branches/relax_disp/   (props changed)
    branches/relax_disp/test_suite/system_tests/model_free.py

Propchange: branches/relax_disp/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Apr  2 12:26:46 2013
@@ -1,1 +1,1 @@
-/trunk:1-19298
+/trunk:1-19300

Modified: branches/relax_disp/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/model_free.py?rev=19301&r1=19300&r2=19301&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/model_free.py (original)
+++ branches/relax_disp/test_suite/system_tests/model_free.py Tue Apr  2 
12:26:46 2013
@@ -459,6 +459,16 @@
 
         # Execute the script.
         self.script_exec(status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'bug_20613_auto_mf_diff_tensor_pdb.py')
+
+
+    def test_bug_20683_bdc_inf_values(self):
+        """Catch U{bug #20683<https://gna.org/bugs/?20683>}, the model-free 
analysis failure due to infinite values in the Bruker Dynamics Centre 
files."""
+
+        # Clear the data store.
+        self.interpreter.reset()
+
+        # Execute the script.
+        self.script_exec(status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'bug_20683_bdc_inf_values.py')
 
 
     def test_create_m4(self):




Related Messages


Powered by MHonArc, Updated Tue Apr 02 12:40:10 2013