Author: bugman
Date: Sun Nov 25 22:25:27 2007
New Revision: 3973

URL: http://svn.gna.org/viewcvs/relax?rev=3973&view=rev
Log:
Changed the RelaxError type in the diff tensor failure unit test.


Modified:
    1.3/test_suite/unit_tests/diffusion_tensor_testing_base.py

Modified: 1.3/test_suite/unit_tests/diffusion_tensor_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/diffusion_tensor_testing_base.py?rev=3973&r1=3972&r2=3973&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/diffusion_tensor_testing_base.py (original)
+++ 1.3/test_suite/unit_tests/diffusion_tensor_testing_base.py Sun Nov 25 
22:25:27 2007
@@ -22,7 +22,7 @@
 
 # relax module imports.
 from data import Data as relax_data_store
-from relax_errors import RelaxError, RelaxNoPipeError, 
RelaxResSelectDisallowError, RelaxSpinSelectDisallowError, RelaxTensorError
+from relax_errors import RelaxError, RelaxNoPipeError, RelaxNoTensorError, 
RelaxResSelectDisallowError, RelaxSpinSelectDisallowError, RelaxTensorError
 
 
 
@@ -81,7 +81,7 @@
         """
 
         # Try to delete the tensor data.
-        self.assertRaises(RelaxTensorError, self.diffusion_tensor_fns.delete)
+        self.assertRaises(RelaxNoTensorError, self.diffusion_tensor_fns.delete)
 
 
     def test_delete_fail_no_pipe(self):


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

This is the relax-commits mailing list
relax-commits@gna.org

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