mailr5953 - /1.3/test_suite/unit_tests/_generic_fns/test_selection.py


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

Header


Content

Posted by edward on April 23, 2008 - 22:56:
Author: bugman
Date: Wed Apr 23 22:44:33 2008
New Revision: 5953

URL: http://svn.gna.org/viewcvs/relax?rev=5953&view=rev
Log:
Disabled the unit test for spin selections with parentheses.

This test can wait until someone tries to implement the feature.


Modified:
    1.3/test_suite/unit_tests/_generic_fns/test_selection.py

Modified: 1.3/test_suite/unit_tests/_generic_fns/test_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/test_selection.py?rev=5953&r1=5952&r2=5953&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/test_selection.py (original)
+++ 1.3/test_suite/unit_tests/_generic_fns/test_selection.py Wed Apr 23 
22:44:33 2008
@@ -1637,7 +1637,10 @@
             self.assertEqual(sel[i].num, numbers[i])
 
 
-    def test_boolean_parenthesis_selection(self):
+    ######################################################
+    # Test disabled until this functionality is enabled. #
+    ######################################################
+    def xxx_test_boolean_parenthesis_selection(self):
         """Test complex boolean mol-res-spin selections with parenthesis."""
 
         # The selection loop:




Related Messages


Powered by MHonArc, Updated Wed Apr 23 23:00:42 2008