Author: bugman
Date: Tue Sep 30 18:07:02 2014
New Revision: 26102

URL: http://svn.gna.org/viewcvs/relax?rev=26102&view=rev
Log:
Some fixes and additional checks for the Structure.test_mean system test.


Modified:
    trunk/test_suite/system_tests/structure.py

Modified: trunk/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/structure.py?rev=26102&r1=26101&r2=26102&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Tue Sep 30 18:07:02 2014
@@ -2743,8 +2743,9 @@
         # Test the molecule data.
         self.assertEqual(len(cdp.structure.structural_data), 1)
         self.assertEqual(len(cdp.structure.structural_data[0].mol), 1)
+        self.assertEqual(cdp.structure.structural_data[0].num, None)
         mol = cdp.structure.structural_data[0].mol[0]
-        self.assertEqual(len(mol.atom_names), 2)
+        self.assertEqual(len(mol.atom_name), 2)
         self.assertEqual(mol.x[0], 0.5)
         self.assertEqual(mol.y[0], 1.0)
         self.assertEqual(mol.z[0], -1.0)


_______________________________________________
relax (http://www.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