mailr3616 - /1.3/test_suite/unit_tests/prompt/test_spin.py


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

Header


Content

Posted by edward on November 20, 2007 - 10:15:
Author: bugman
Date: Tue Nov 20 10:15:51 2007
New Revision: 3616

URL: http://svn.gna.org/viewcvs/relax?rev=3616&view=rev
Log:
Fixed the spin.create() user function unit test of the spin_num arg.


Modified:
    1.3/test_suite/unit_tests/prompt/test_spin.py

Modified: 1.3/test_suite/unit_tests/prompt/test_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/prompt/test_spin.py?rev=3616&r1=3615&r2=3616&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/prompt/test_spin.py (original)
+++ 1.3/test_suite/unit_tests/prompt/test_spin.py Tue Nov 20 10:15:51 2007
@@ -105,8 +105,8 @@
 
         # Loop over the data types.
         for data in return_data_types():
-            # Catch the int arguments, and skip them.
-            if data[0] == 'int':
+            # Catch the int and bin arguments, and skip them.
+            if data[0] == 'int' or data[0] == 'bin':
                 continue
 
             # The argument test.




Related Messages


Powered by MHonArc, Updated Tue Nov 20 10:20:27 2007