mailr18337 - in /branches/frame_order_testing: ./ test_suite/shared_data/structures/ test_suite/system_tests/


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

Header


Content

Posted by edward on February 01, 2013 - 11:46:
Author: bugman
Date: Fri Feb  1 11:46:17 2013
New Revision: 18337

URL: http://svn.gna.org/viewcvs/relax?rev=18337&view=rev
Log:
Merged revisions 18335 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r18335 | bugman | 2013-02-01 11:43:26 +0100 (Fri, 01 Feb 2013) | 6 lines
  
  Created the Structure.test_bug_sr_2998_broken_conect_records system test.
  
  This is to catch the bug reported as service request #2998 
(https://gna.org/support/?2998) and is
  for corrupted PDB files with broken CONECT records.
........

Added:
    
branches/frame_order_testing/test_suite/shared_data/structures/1RTE_trunc.pdb
      - copied unchanged from r18335, 
trunk/test_suite/shared_data/structures/1RTE_trunc.pdb
Modified:
    branches/frame_order_testing/   (props changed)
    branches/frame_order_testing/test_suite/system_tests/structure.py

Propchange: branches/frame_order_testing/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Feb  1 11:46:17 2013
@@ -1,1 +1,1 @@
-/trunk:1-18331,18333-18334
+/trunk:1-18336

Modified: branches/frame_order_testing/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/structure.py?rev=18337&r1=18336&r2=18337&view=diff
==============================================================================
--- branches/frame_order_testing/test_suite/system_tests/structure.py 
(original)
+++ branches/frame_order_testing/test_suite/system_tests/structure.py Fri Feb 
 1 11:46:17 2013
@@ -53,6 +53,16 @@
         self.interpreter.pipe.create('mf', 'mf')
 
 
+    def test_bug_sr_2998_broken_conect_records(self):
+        """Test the bug reported as the support request #2998 
(https://gna.org/support/?2998), the broken CONECT records."""
+
+        # Path of the structure file.
+        path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'structures'
+
+        # Load the file.
+        self.interpreter.structure.read_pdb('1RTE_trunc.pdb', dir=path)
+
+        
     def test_displacement(self):
         """Test of the structure.displacement user function."""
 




Related Messages


Powered by MHonArc, Updated Fri Feb 01 12:00:02 2013