mailr12953 - /branches/xyz/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 June 10, 2011 - 11:14:
Author: bugman
Date: Fri Jun 10 11:14:46 2011
New Revision: 12953

URL: http://svn.gna.org/viewcvs/relax?rev=12953&view=rev
Log:
Modifying the function test 'test_read_xyz_internal1()'.

This is Han's patch https://gna.org/task/download.php?file_id=13147 attached 
to the task
http://gna.org/task/?7404.

In the 'test_read_xyz_internal1()' option parser='internal' has been removed.


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

Modified: branches/xyz/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/xyz/test_suite/system_tests/structure.py?rev=12953&r1=12952&r2=12953&view=diff
==============================================================================
--- branches/xyz/test_suite/system_tests/structure.py (original)
+++ branches/xyz/test_suite/system_tests/structure.py Fri Jun 10 11:14:46 2011
@@ -633,7 +633,7 @@
         path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'structures'
 
         # Read the xyz.
-        self.interpreter.structure.read_xyz(file='Indol_test.xyz', dir=path, 
parser='internal')
+        self.interpreter.structure.read_xyz(file='Indol_test.xyz', dir=path)
 
         # Test the molecule name.
         self.assertEqual(cdp.structure.structural_data[0].mol[0].mol_name, 
'1-Indolizinyl')




Related Messages


Powered by MHonArc, Updated Fri Jun 10 11:40:02 2011