mailr5439 - /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:44:
Author: bugman
Date: Tue Apr  8 15:44:15 2008
New Revision: 5439

URL: http://svn.gna.org/viewcvs/relax?rev=5439&view=rev
Log:
Buf fix for the system test for the loading of a sequence from a PDB file.

Only 12 residues exist in the PDB file.


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=5439&r1=5438&r2=5439&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/sequence.py (original)
+++ 1.3/test_suite/system_tests/sequence.py Tue Apr  8 15:44:15 2008
@@ -58,7 +58,7 @@
 
         # Test some of the sequence.
         self.assertEqual(len(cdp.mol), 1)
-        self.assertEqual(len(cdp.mol[0].res), 165)
+        self.assertEqual(len(cdp.mol[0].res), 12)
         for i in xrange(165):
             self.assertEqual(len(cdp.mol[0].res[i].spin), 1)
 




Related Messages


Powered by MHonArc, Updated Tue Apr 08 16:00:19 2008