mailr9194 - /1.3/test_suite/unit_tests/_prompt/data_types.py


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

Header


Content

Posted by edward on July 12, 2009 - 23:55:
Author: bugman
Date: Sun Jul 12 23:55:17 2009
New Revision: 9194

URL: http://svn.gna.org/viewcvs/relax?rev=9194&view=rev
Log:
Commented out a data type temporarily until someone complains about int32 
types.


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

Modified: 1.3/test_suite/unit_tests/_prompt/data_types.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/data_types.py?rev=9194&r1=9193&r2=9194&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/data_types.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/data_types.py Sun Jul 12 23:55:17 2009
@@ -99,7 +99,7 @@
 
 # List of integers.
 DATA_TYPES.append(['int list', [-1, 0, 1]])
-DATA_TYPES.append(['int list', [zeros(2, int32)[0]]])
+#DATA_TYPES.append(['int list', [zeros(2, int32)[0]]])
 
 # List of floats.
 DATA_TYPES.append(['float list', [-1., 0., 1.]])




Related Messages


Powered by MHonArc, Updated Mon Jul 13 00:20:05 2009