mailr19242 - /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 edward on March 27, 2013 - 15:29:
Author: bugman
Date: Wed Mar 27 15:29:18 2013
New Revision: 19242

URL: http://svn.gna.org/viewcvs/relax?rev=19242&view=rev
Log:
Ported r8699 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8698:8699 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/relax_disp@r18123 .

.....
  r8699 | semor | 2009-01-28 19:37:12 +0100 (Wed, 28 Jan 2009) | 9 lines
  Changed paths:
     M /branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py
  
  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=19242&r1=19241&r2=19242&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 
Mar 27 15:29:18 2013
@@ -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 Wed Mar 27 15:40:02 2013