Author: bugman
Date: Mon Sep 22 09:39:29 2014
New Revision: 25939
URL: http://svn.gna.org/viewcvs/relax?rev=25939&view=rev
Log:
Added a few more checks to the Structure.test_get_model 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=25939&r1=25938&r2=25939&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py (original)
+++ trunk/test_suite/system_tests/structure.py Mon Sep 22 09:39:29 2014
@@ -2600,6 +2600,8 @@
# Check it.
self.assertNotEqual(model, None)
+ self.assertEqual(model.num, 1)
+ self.assertEqual(len(model.mol), 0)
def test_load_spins_mol_cat(self):
_______________________________________________
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