mailr12809 - /1.3/test_suite/unit_tests/_specific_fns/test_api.py


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

Header


Content

Posted by edward on March 17, 2011 - 12:52:
Author: bugman
Date: Thu Mar 17 12:52:06 2011
New Revision: 12809

URL: http://svn.gna.org/viewcvs/relax?rev=12809&view=rev
Log:
Removed some remnants of SRLS from the unit tests.


Modified:
    1.3/test_suite/unit_tests/_specific_fns/test_api.py

Modified: 1.3/test_suite/unit_tests/_specific_fns/test_api.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_specific_fns/test_api.py?rev=12809&r1=12808&r2=12809&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_specific_fns/test_api.py (original)
+++ 1.3/test_suite/unit_tests/_specific_fns/test_api.py Thu Mar 17 12:52:06 
2011
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2008-2009 Edward d'Auvergne                                  
 #
+# Copyright (C) 2008-2011 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -36,7 +36,6 @@
 from specific_fns.n_state_model import N_state_model
 from specific_fns.noe import Noe
 from specific_fns.relax_fit import Relax_fit
-from specific_fns.srls import SRLS
 
 
 class Test_api(TestCase):
@@ -255,17 +254,3 @@
 
         # Check.
         self.__check_objects(Relax_fit())
-
-
-    def test_srls_method_args(self):
-        """The SRLS object public method args check."""
-
-        # Check.
-        self.__check_method_args(SRLS())
-
-
-    def test_srls_objects(self):
-        """The SRLS object public objects check."""
-
-        # Check.
-        self.__check_objects(SRLS())




Related Messages


Powered by MHonArc, Updated Thu Mar 17 13:40:02 2011