mailr6602 - /1.3/test_suite/unit_tests/_prompt/test_eliminate.py


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

Header


Content

Posted by edward on June 29, 2008 - 16:37:
Author: bugman
Date: Sun Jun 29 16:22:26 2008
New Revision: 6602

URL: http://svn.gna.org/viewcvs/relax?rev=6602&view=rev
Log:
Caught all tuple types in the args arg unit test of eliminate().


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

Modified: 1.3/test_suite/unit_tests/_prompt/test_eliminate.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/test_eliminate.py?rev=6602&r1=6601&r2=6602&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_eliminate.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_eliminate.py Sun Jun 29 16:22:26 
2008
@@ -59,7 +59,7 @@
         # Loop over the data types.
         for data in DATA_TYPES:
             # Catch the None and tuple arguments, and skip them.
-            if data[0] == 'None' or data[0] == 'tuple':
+            if data[0] == 'None' or data[0] == 'tuple' or data[0] == 'float 
tuple' or data[0] == 'str tuple':
                 continue
 
             # The argument test.




Related Messages


Powered by MHonArc, Updated Sun Jun 29 16:40:15 2008