mailr25939 - /trunk/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 September 22, 2014 - 09:39:
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):




Related Messages


Powered by MHonArc, Updated Mon Sep 22 10:00:02 2014