mailr7358 - /1.3/test_suite/unit_tests/_specific_fns/_model_free/test_main.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 - 18:06:
Author: bugman
Date: Fri Sep 26 18:06:58 2008
New Revision: 7358

URL: http://svn.gna.org/viewcvs/relax?rev=7358&view=rev
Log:
Fix for the test_duplicate_data_fail1() unit test.


Modified:
    1.3/test_suite/unit_tests/_specific_fns/_model_free/test_main.py

Modified: 1.3/test_suite/unit_tests/_specific_fns/_model_free/test_main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_specific_fns/_model_free/test_main.py?rev=7358&r1=7357&r2=7358&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_specific_fns/_model_free/test_main.py 
(original)
+++ 1.3/test_suite/unit_tests/_specific_fns/_model_free/test_main.py Fri Sep 
26 18:06:58 2008
@@ -119,7 +119,7 @@
         structure.main.read_pdb(file='Ap4Aase_res1-12.pdb', dir=sys.path[-1] 
+ '/test_suite/shared_data/structures', model=1, parser='internal')
 
         # Modify the structure.
-        ds['new'].structure.file_name = 'test'
+        ds['new'].structure.file[0] = 'test'
 
         # Duplicate the data and catch the error.
         self.assertRaises(RelaxError, self.inst.duplicate_data, 'orig', 
'new', model_index=0)




Related Messages


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