mailr8625 - /branches/multi_structure/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 January 22, 2009 - 18:53:
Author: bugman
Date: Thu Jan 22 18:53:32 2009
New Revision: 8625

URL: http://svn.gna.org/viewcvs/relax?rev=8625&view=rev
Log:
Fix for the test_load_scientific_results() system test.

The path is now set.


Modified:
    branches/multi_structure/test_suite/system_tests/structure.py

Modified: branches/multi_structure/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/test_suite/system_tests/structure.py?rev=8625&r1=8624&r2=8625&view=diff
==============================================================================
--- branches/multi_structure/test_suite/system_tests/structure.py (original)
+++ branches/multi_structure/test_suite/system_tests/structure.py Thu Jan 22 
18:53:32 2009
@@ -128,7 +128,7 @@
 
         mol = cdp.structure.structural_data[0].mol[0]
         self.assertEqual(mol.file_name, 'Ap4Aase_res1-12.pdb')
-        self.assertEqual(mol.file_path, '')
+        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 Thu Jan 22 19:00:04 2009