mailr3607 - /1.3/test_suite/unit_tests/prompt/test_spin.py


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

Header


Content

Posted by edward on November 19, 2007 - 00:01:
Author: bugman
Date: Mon Nov 19 00:01:53 2007
New Revision: 3607

URL: http://svn.gna.org/viewcvs/relax?rev=3607&view=rev
Log:
Fix for the last commit.

This is the spin.copy() unit test for the failure of the spin_to argument.


Modified:
    1.3/test_suite/unit_tests/prompt/test_spin.py

Modified: 1.3/test_suite/unit_tests/prompt/test_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/prompt/test_spin.py?rev=3607&r1=3606&r2=3607&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/prompt/test_spin.py (original)
+++ 1.3/test_suite/unit_tests/prompt/test_spin.py Mon Nov 19 00:01:53 2007
@@ -101,7 +101,7 @@
                 continue
 
             # The argument test.
-            self.assertRaises(RelaxStrError, self.spin_fns.copy, 
spin_from='#Old mol:1', spin_to=data[1])
+            self.assertRaises(RelaxStrError, self.spin_fns.copy, 
spin_from='#Old mol:1@111', spin_to=data[1])
 
 
 




Related Messages


Powered by MHonArc, Updated Mon Nov 19 00:20:32 2007