mailr9291 - /tags/1.3.4/test_suite/system_tests/peak_lists.py


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

Header


Content

Posted by edward on August 12, 2009 - 20:16:
Author: bugman
Date: Wed Aug 12 20:15:51 2009
New Revision: 9291

URL: http://svn.gna.org/viewcvs/relax?rev=9291&view=rev
Log:
Disabled the 2 generic peak list system tests.

This will prevent users complaining of bugs in relax, when this is simply 
testing as-of-yet uncoded
methods.


Modified:
    tags/1.3.4/test_suite/system_tests/peak_lists.py

Modified: tags/1.3.4/test_suite/system_tests/peak_lists.py
URL: 
http://svn.gna.org/viewcvs/relax/tags/1.3.4/test_suite/system_tests/peak_lists.py?rev=9291&r1=9290&r2=9291&view=diff
==============================================================================
--- tags/1.3.4/test_suite/system_tests/peak_lists.py (original)
+++ tags/1.3.4/test_suite/system_tests/peak_lists.py Wed Aug 12 20:15:51 2009
@@ -48,7 +48,7 @@
         ds.__reset__()
 
 
-    def test_read_peak_list_generic(self):
+    def xxxx_read_peak_list_generic(self):
         """Test the reading of a generic peak intensity list."""
 
         # Get the current data pipe.
@@ -78,7 +78,7 @@
         self.assertEqual(cdp.mol[0].res[0].spin[0].intensities[9], 0.1116)
 
 
-    def test_read_peak_list_generic2(self):
+    def xxxx_read_peak_list_generic2(self):
         """Test the reading of a generic peak intensity list (test number 
2)."""
 
         # Get the current data pipe.




Related Messages


Powered by MHonArc, Updated Thu Aug 13 15:40:03 2009