mailr6563 - /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 June 29, 2008 - 11:08:
Author: bugman
Date: Sun Jun 29 11:08:13 2008
New Revision: 6563

URL: http://svn.gna.org/viewcvs/relax?rev=6563&view=rev
Log:
Absolute path bug fix for the test_curve_fitting() system test.


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=6563&r1=6562&r2=6563&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/relax_fit.py (original)
+++ 1.3/test_suite/system_tests/relax_fit.py Sun Jun 29 11:08:13 2008
@@ -49,7 +49,7 @@
         """Test the relaxation curve fitting C modules."""
 
         # Execute the script.
-        
self.relax.interpreter.run(script_file='test_suite/system_tests/scripts/relax_fit.py')
+        self.relax.interpreter.run(script_file=sys.path[-1] + 
'/test_suite/system_tests/scripts/relax_fit.py')
 
 
     def test_read_sparky(self):




Related Messages


Powered by MHonArc, Updated Sun Jun 29 11:20:26 2008