mailr7982 - /1.3/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 November 12, 2008 - 21:35:
Author: bugman
Date: Wed Nov 12 21:35:26 2008
New Revision: 7982

URL: http://svn.gna.org/viewcvs/relax?rev=7982&view=rev
Log:
Created a very simple system test to catch bug #12588 
(https://gna.org/bugs/index.php?12588).

This bug was reported by Tyler Reddy (treddy at dal dot ca).


Modified:
    1.3/test_suite/system_tests/structure.py

Modified: 1.3/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/structure.py?rev=7982&r1=7981&r2=7982&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/structure.py (original)
+++ 1.3/test_suite/system_tests/structure.py Wed Nov 12 21:35:26 2008
@@ -93,6 +93,16 @@
             self.assertEqual(str.z[i], z[i])
 
 
+    def test_load_internal_results2(self):
+        """Load the PDB file using the information in a results file (using 
the internal structural object)."""
+
+        # Path of the files.
+        path = sys.path[-1] + '/test_suite/shared_data/structures'
+
+        # Read the results file.
+        self.relax.interpreter._Results.read(file=path+'/str_internal')
+
+
     def test_load_scientific_results(self):
         """Load the PDB file using the information in a results file (using 
the Scientific python structural object)."""
 




Related Messages


Powered by MHonArc, Updated Wed Nov 12 22:00:04 2008