mailr5734 - /1.3/test_suite/system_tests/model_selection.py


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

Header


Content

Posted by edward on April 15, 2008 - 22:20:
Author: bugman
Date: Tue Apr 15 22:20:42 2008
New Revision: 5734

URL: http://svn.gna.org/viewcvs/relax?rev=5734&view=rev
Log:
Another fix for the checks in the test_aic_mod_sel_diff_tensor() system test.


Modified:
    1.3/test_suite/system_tests/model_selection.py

Modified: 1.3/test_suite/system_tests/model_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_selection.py?rev=5734&r1=5733&r2=5734&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_selection.py (original)
+++ 1.3/test_suite/system_tests/model_selection.py Tue Apr 15 22:20:42 2008
@@ -81,4 +81,4 @@
 
         # Test if the spheroid has been selected.
         self.assert_(hasattr(relax_data_store['aic'], 'diff_tensor'))
-        self.assertEqual(relax_data_store['aic'].diff.type, 'spheroid')
+        self.assertEqual(relax_data_store['aic'].diff_tensor.type, 
'spheroid')




Related Messages


Powered by MHonArc, Updated Tue Apr 15 22:40:18 2008