mailr5246 - /branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py


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

Header


Content

Posted by sebastien . morin . 1 on April 03, 2008 - 03:56:
Author: semor
Date: Thu Apr  3 03:56:55 2008
New Revision: 5246

URL: http://svn.gna.org/viewcvs/relax?rev=5246&view=rev
Log:
More changes to the consistency tests code to reflect the model-free changes 
of r5220...


Modified:
    branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py

Modified: 
branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py?rev=5246&r1=5245&r2=5246&view=diff
==============================================================================
--- 
branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py 
(original)
+++ 
branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py 
Thu Apr  3 03:56:55 2008
@@ -202,7 +202,7 @@
         self.assertEqual(cdp.mol[0].res[1].spin[0].csa, -160e-6)
 
 
-    def test_set_ct_all_spins_nucleus(self):
+    def test_set_ct_all_spins_heteronucleus(self):
         """Set the consistency testing heteronucleus type for all spins.
 
         The functions tested are both generic_fns.value.set() and 
prompt.value.set().
@@ -398,7 +398,7 @@
         self.assertAlmostEqual(cdp.mol[0].res[1].spin[0].csa, -172e-6)
 
 
-    def test_set_ct_defaults_nucleus(self):
+    def test_set_ct_defaults_heteronucleus(self):
         """Set the consistency testing heteronucleus type to the default 
value.
 
         The functions tested are both generic_fns.value.set() and 
prompt.value.set().
@@ -574,7 +574,7 @@
         self.assertEqual(cdp.mol[0].res[1].spin[0].csa, -160e-6)
 
 
-    def test_set_ct_single_spin_nucleus(self):
+    def test_set_ct_single_spin_heteronucleus(self):
         """Set the consistency testing heteronucleus type for a single spin.
 
         The functions tested are both generic_fns.value.set() and 
prompt.value.set().




Related Messages


Powered by MHonArc, Updated Thu Apr 03 04:00:18 2008