mailr8482 - /branches/multi_structure/test_suite/system_tests/load_spins.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 15, 2009 - 17:19:
Author: bugman
Date: Thu Jan 15 17:19:30 2009
New Revision: 8482

URL: http://svn.gna.org/viewcvs/relax?rev=8482&view=rev
Log:
Bug fix for the test_load_spins_from_small_molecule() system test.

The molecule name is now 'gromacs_phthalic_acid_mol1'.


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

Modified: branches/multi_structure/test_suite/system_tests/load_spins.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/test_suite/system_tests/load_spins.py?rev=8482&r1=8481&r2=8482&view=diff
==============================================================================
--- branches/multi_structure/test_suite/system_tests/load_spins.py (original)
+++ branches/multi_structure/test_suite/system_tests/load_spins.py Thu Jan 15 
17:19:30 2009
@@ -57,7 +57,7 @@
 
         # Test the molecule and residue data.
         self.assertEqual(len(cdp.mol), 1)
-        self.assertEqual(cdp.mol[0].name, 'PYR')
+        self.assertEqual(cdp.mol[0].name, 'gromacs_phthalic_acid_mol1')
         self.assertEqual(len(cdp.mol[0].res), 1)
         self.assertEqual(cdp.mol[0].res[0].num, 1)
         self.assertEqual(cdp.mol[0].res[0].name, 'PYR')




Related Messages


Powered by MHonArc, Updated Thu Jan 15 17:40:02 2009