Author: bugman
Date: Thu Nov 20 15:43:52 2014
New Revision: 26665

URL: http://svn.gna.org/viewcvs/relax?rev=26665&view=rev
Log:
Fix for the Structure.test_bug_22860_CoM_after_deletion system test for the 
previous commit.

The error is no longer RelaxNoPdbError but rather RelaxError.


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=26665&r1=26664&r2=26665&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Thu Nov 20 15:43:52 2014
@@ -376,7 +376,7 @@
         self.interpreter.structure.delete()
 
         # CoM.
-        self.assertRaises(RelaxNoPdbError, self.interpreter.structure.com)
+        self.assertRaises(RelaxError, self.interpreter.structure.com)
 
 
     def test_bug_22861_PDB_writing_chainID_fail(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

Reply via email to