mailr7352 - /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 September 26, 2008 - 17:43:
Author: bugman
Date: Fri Sep 26 17:43:02 2008
New Revision: 7352

URL: http://svn.gna.org/viewcvs/relax?rev=7352&view=rev
Log:
Updated the test_load_results() system test for the new file and path 
variables.


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=7352&r1=7351&r2=7352&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/structure.py (original)
+++ 1.3/test_suite/system_tests/structure.py Fri Sep 26 17:43:02 2008
@@ -58,6 +58,6 @@
 
         # Test the structure.
         self.assert_(hasattr(cdp, 'structure'))
-        self.assertEqual(cdp.structure.file_name, 'Ap4Aase_res1-12.pdb')
-        self.assert_(cdp.structure.path, '../structures')
+        self.assertEqual(cdp.structure.file, '[Ap4Aase_res1-12.pdb]')
+        self.assert_(cdp.structure.path, '[../structures]')
 




Related Messages


Powered by MHonArc, Updated Fri Sep 26 18:00:02 2008