mailr5509 - /1.3/test_suite/unit_tests/_generic_fns/test_selection.py


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

Header


Content

Posted by edward on April 09, 2008 - 17:15:
Author: bugman
Date: Wed Apr  9 17:13:10 2008
New Revision: 5509

URL: http://svn.gna.org/viewcvs/relax?rev=5509&view=rev
Log:
Reverted r5501, as the behaviour of the tested code has been reverted to the 
original.

The command used was:
svn merge -r5501:5500 .


Modified:
    1.3/test_suite/unit_tests/_generic_fns/test_selection.py

Modified: 1.3/test_suite/unit_tests/_generic_fns/test_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/test_selection.py?rev=5509&r1=5508&r2=5509&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/test_selection.py (original)
+++ 1.3/test_suite/unit_tests/_generic_fns/test_selection.py Wed Apr  9 
17:13:10 2008
@@ -789,8 +789,10 @@
         self.assertEqual(spin2.num, 63)
         self.assertEqual(spin2.name, 'NH')
 
-        # Test the data of spin 3 (there is none!).
-        self.assertEqual(spin3, None)
+        # Test the data of spin 3.
+        self.assertNotEqual(spin3, None)
+        self.assertEqual(spin3.num, None)
+        self.assertEqual(spin3.name, None)
 
         # Test the data of the RNA res -5, spin N5.
         self.assertNotEqual(spin4, None)




Related Messages


Powered by MHonArc, Updated Wed Apr 09 17:20:17 2008