mailr8147 - /1.3/test_suite/unit_tests/_prompt/test_noe.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on December 05, 2008 - 15:37:
Author: bugman
Date: Fri Dec  5 15:37:07 2008
New Revision: 8147

URL: http://svn.gna.org/viewcvs/relax?rev=8147&view=rev
Log:
Renamed the 2 unit tests committed at r8146.


Modified:
    1.3/test_suite/unit_tests/_prompt/test_noe.py

Modified: 1.3/test_suite/unit_tests/_prompt/test_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/test_noe.py?rev=8147&r1=8146&r2=8147&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_noe.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_noe.py Fri Dec  5 15:37:07 2008
@@ -39,7 +39,7 @@
     noe_fns = Noe(fake_relax.fake_instance())
 
 
-    def test_read_argfail_spectrum_type(self):
+    def test_spectrum_type_argfail_spectrum_type(self):
         """The spectrum_type arg test of the noe.spectrum_type() user 
function."""
 
         # Loop over the data types.
@@ -52,7 +52,7 @@
             self.assertRaises(RelaxStrError, self.noe_fns.spectrum_type, 
spectrum_type=data[1])
 
 
-    def test_read_argfail_spectrum_id(self):
+    def test_spectrum_type_argfail_spectrum_id(self):
         """The spectrum_id arg test of the noe.spectrum_type() user 
function."""
 
         # Loop over the data types.




Related Messages


Powered by MHonArc, Updated Fri Dec 05 16:20:02 2008