mailr14801 - /1.3/test_suite/system_tests/model_free.py


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

Header


Content

Posted by edward on October 05, 2011 - 21:27:
Author: bugman
Date: Wed Oct  5 21:27:29 2011
New Revision: 14801

URL: http://svn.gna.org/viewcvs/relax?rev=14801&view=rev
Log:
Created the Mf.test_bug_18790() system test for catching bug #18790.


Modified:
    1.3/test_suite/system_tests/model_free.py

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=14801&r1=14800&r2=14801&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Wed Oct  5 21:27:29 2011
@@ -199,6 +199,13 @@
 
         # Test for bug #12607 (S2 changes because it is in the grid search 
when it should not be).
         self.assertNotEqual(cdp.mol[0].res[1].spin[0].s2, 1.0)
+
+
+    def test_bug_18790(self):
+        """Test catching bug #18790, the negative relaxation data RelaxError 
reported by Vitaly Vostrikov."""
+
+        # Execute the script.
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'bug_18790_negative_error.py')
 
 
     def test_create_m4(self):




Related Messages


Powered by MHonArc, Updated Wed Oct 05 22:20:01 2011