mailr18577 - /trunk/test_suite/system_tests/structure.py


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

Header


Content

Posted by edward on February 27, 2013 - 20:20:
Author: bugman
Date: Wed Feb 27 20:20:50 2013
New Revision: 18577

URL: http://svn.gna.org/viewcvs/relax?rev=18577&view=rev
Log:
Small fixes for the Structure.test_web_of_motion_all system test.


Modified:
    trunk/test_suite/system_tests/structure.py

Modified: trunk/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/structure.py?rev=18577&r1=18576&r2=18577&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py (original)
+++ trunk/test_suite/system_tests/structure.py Wed Feb 27 20:20:50 2013
@@ -1069,6 +1069,8 @@
 
         # The result.
         result = [
+            "REMARK   4 THIS FILE COMPLIES WITH FORMAT V. 3.30, JUL-2011.    
                ",
+            "REMARK  40 CREATED BY RELAX (HTTP://NMR-RELAX.COM).             
                ",
             "ATOM      1  N   LEU     4       9.464  -9.232  27.573  1.00  
0.00           N  ",
             "ATOM      2  N   LEU     4       9.211  -9.425  26.970  1.00  
0.00           N  ",
             "ATOM      3  N   LEU     4       7.761  -6.392  27.161  1.00  
0.00           N  ",
@@ -1119,10 +1121,10 @@
             "CONECT   23   22   24                                           
                ",
             "CONECT   24   22   23                                           
                ",
             "MASTER        0    0    0    0    0    0    0    0   24    1   
24    0          ",
-            "END"
+            "END                                                             
                "
         ]
 
         # Check the created PDB file.
         lines = file.readlines()
         for i in range(len(lines)):
-            self.assertEqual(result[i], lines[i])
+            self.assertEqual(result[i]+'\n', lines[i])




Related Messages


Powered by MHonArc, Updated Wed Feb 27 20:40:06 2013