mailr3742 - /1.3/test_suite/unit_tests/_prompt/test_state.py


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

Header


Content

Posted by edward on November 21, 2007 - 00:09:
Author: bugman
Date: Wed Nov 21 00:09:32 2007
New Revision: 3742

URL: http://svn.gna.org/viewcvs/relax?rev=3742&view=rev
Log:
Fix for the previously committed unit test.


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

Modified: 1.3/test_suite/unit_tests/_prompt/test_state.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/test_state.py?rev=3742&r1=3741&r2=3742&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_state.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_state.py Wed Nov 21 00:09:32 2007
@@ -71,7 +71,7 @@
         # Loop over the data types.
         for data in return_data_types():
             # Catch the None and str arguments, and skip them.
-            if data[0] == 'None' and data[0] == 'str':
+            if data[0] == 'None' or data[0] == 'str':
                 continue
 
             # The argument test.




Related Messages


Powered by MHonArc, Updated Wed Nov 21 01:00:10 2007