mailr3228 - /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 March 19, 2007 - 06:24:
Author: bugman
Date: Mon Mar 19 06:23:48 2007
New Revision: 3228

URL: http://svn.gna.org/viewcvs/relax?rev=3228&view=rev
Log:
Small bug fix for the test_residue_loop_no_selection() unit test.

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=3228&r1=3227&r2=3228&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 Mon Mar 19 
06:23:48 2007
@@ -130,7 +130,7 @@
         i = 0
         for res in selection.residue_loop():
             # Test the residue numbers.
-            self.assertEqual(res.select, num[i])
+            self.assertEqual(res.num, num[i])
 
             # Test the residue names.
             self.assertEqual(res.name, name[i])




Related Messages


Powered by MHonArc, Updated Mon Mar 19 06:40:17 2007