mailr18521 - /trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py


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

Header


Content

Posted by edward on February 20, 2013 - 12:06:
Author: bugman
Date: Wed Feb 20 12:06:56 2013
New Revision: 18521

URL: http://svn.gna.org/viewcvs/relax?rev=18521&view=rev
Log:
Extended the PDB ATOM record reading unit test to be of 80 characters in 
length, as per the PDB definition.


Modified:
    trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py

Modified: trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py?rev=18521&r1=18520&r2=18521&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py 
(original)
+++ trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py Wed 
Feb 20 12:06:56 2013
@@ -31,7 +31,7 @@
         """Test the pdb_read.atom() function."""
 
         # Parse a PDB record.
-        record = pdb_read.atom('ATOM    158  CG  GLU    11       9.590  
-1.041 -11.596  1.00  0.00           C')
+        record = pdb_read.atom('ATOM    158  CG  GLU    11       9.590  
-1.041 -11.596  1.00  0.00           C  ')
 
         # Test the elements.
         self.assertEqual(record[0], 'ATOM')




Related Messages


Powered by MHonArc, Updated Wed Feb 20 12:20:02 2013