mailr8101 - /1.3/test_suite/system_tests/relax_fit.py


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

Header


Content

Posted by edward on December 03, 2008 - 14:22:
Author: bugman
Date: Wed Dec  3 14:22:44 2008
New Revision: 8101

URL: http://svn.gna.org/viewcvs/relax?rev=8101&view=rev
Log:
Activated the system test catching bug #12670 
(https://gna.org/bugs/index.php?12670).

This bug was reported by Michael Funk (mifu att nmr dot mpibpc dot mpg dot 
de).


Modified:
    1.3/test_suite/system_tests/relax_fit.py

Modified: 1.3/test_suite/system_tests/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/relax_fit.py?rev=8101&r1=8100&r2=8101&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/relax_fit.py (original)
+++ 1.3/test_suite/system_tests/relax_fit.py Wed Dec  3 14:22:44 2008
@@ -44,6 +44,13 @@
         """Reset the relax data storage object."""
 
         ds.__reset__()
+
+
+    def test_bug_12670(self):
+        """Test the relaxation curve fitting, replicating bug #12670 
(https://gna.org/bugs/index.php?12670)."""
+
+        # Execute the script.
+        self.relax.interpreter.run(script_file=sys.path[-1] + 
'/test_suite/system_tests/scripts/1UBQ_relax_fit.py')
 
 
     def test_curve_fitting(self):




Related Messages


Powered by MHonArc, Updated Wed Dec 03 14:40:02 2008