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')


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to