mailr9279 - /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 August 12, 2009 - 13:18:
Author: bugman
Date: Wed Aug 12 13:18:30 2009
New Revision: 9279

URL: http://svn.gna.org/viewcvs/relax?rev=9279&view=rev
Log:
Fix for test_load_scientific_results().  The Unix paths are used in the 
results file!


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=9279&r1=9278&r2=9279&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/structure.py (original)
+++ 1.3/test_suite/system_tests/structure.py Wed Aug 12 13:18:30 2009
@@ -130,7 +130,7 @@
 
         mol = cdp.structure.structural_data[0].mol[0]
         self.assertEqual(mol.file_name, 'Ap4Aase_res1-12.pdb')
-        self.assertEqual(mol.file_path, 
'test_suite'+sep+'shared_data'+sep+'structures')
+        self.assertEqual(mol.file_path, 'test_suite/shared_data/structures')
         self.assertEqual(mol.file_model, 1)
         self.assertEqual(mol.file_mol_num, 1)
 




Related Messages


Powered by MHonArc, Updated Wed Aug 12 13:40:03 2009