mailr8699 - /branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py


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

Header


Content

Posted by sebastien . morin . 1 on January 28, 2009 - 19:37:
Author: semor
Date: Wed Jan 28 19:37:12 2009
New Revision: 8699

URL: http://svn.gna.org/viewcvs/relax?rev=8699&view=rev
Log:
Fixed the unit tests.

This is as proposed by Ed in a post at:
https://mail.gna.org/public/relax-devel/2009-01/msg00132.html
(Message-id: <7f080ed10901280921t21fa4c3bpf70440d4c7a835b5@xxxxxxxxxxxxxx>)

Thanks Ed !


Modified:
    branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py

Modified: branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py?rev=8699&r1=8698&r2=8699&view=diff
==============================================================================
--- branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py 
(original)
+++ branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py Wed 
Jan 28 19:37:12 2009
@@ -71,7 +71,7 @@
         # Loop over the data types.
         for data in DATA_TYPES:
             # Catch the float, int and None arguments, and skip them.
-            if data[0] == 'float' or data[0] == 'int' or data[0] == 'None':
+            if data[0] == 'float' or data[0] == 'int' or data[0] == 'bin' or 
data[0] == 'None':
                 continue
 
             # The argument test.
@@ -84,7 +84,7 @@
         # Loop over the data types.
         for data in DATA_TYPES:
             # Catch the float, int and None arguments, and skip them.
-            if data[0] == 'float' or data[0] == 'int':
+            if data[0] == 'float' or data[0] == 'int' or data[0] == 'bin':
                 continue
 
             # The argument test.
@@ -97,7 +97,7 @@
         # Loop over the data types.
         for data in DATA_TYPES:
             # Catch the float, int and None arguments, and skip them.
-            if data[0] == 'float' or data[0] == 'int':
+            if data[0] == 'float' or data[0] == 'int' or data[0] == 'bin':
                 continue
 
             # The argument test.




Related Messages


Powered by MHonArc, Updated Thu Jan 29 10:00:05 2009