mailr5441 - /1.3/test_suite/system_tests/sequence.py


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

Header


Content

Posted by edward on April 08, 2008 - 15:54:
Author: bugman
Date: Tue Apr  8 15:54:12 2008
New Revision: 5441

URL: http://svn.gna.org/viewcvs/relax?rev=5441&view=rev
Log:
Bug fix for the test_pdb() system test.


Modified:
    1.3/test_suite/system_tests/sequence.py

Modified: 1.3/test_suite/system_tests/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/sequence.py?rev=5441&r1=5440&r2=5441&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/sequence.py (original)
+++ 1.3/test_suite/system_tests/sequence.py Tue Apr  8 15:54:12 2008
@@ -58,7 +58,7 @@
 
         # Test some of the sequence.
         self.assertEqual(len(cdp.mol), 1)
-        self.assertEqual(cdp.mol.name, None)
+        self.assertEqual(cdp.mol[0].name, None)
         self.assertEqual(len(cdp.mol[0].res), 12)
 
         # 1st residue.




Related Messages


Powered by MHonArc, Updated Tue Apr 08 16:20:16 2008