mailr9196 - /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 13, 2009 - 00:05:
Author: bugman
Date: Mon Jul 13 00:05:31 2009
New Revision: 9196

URL: http://svn.gna.org/viewcvs/relax?rev=9196&view=rev
Log:
Reverted r9194, the temporary commenting out of a data type.

The command used was:
svn merge -r9194:9193 .


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=9196&r1=9195&r2=9196&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/data_types.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/data_types.py Mon Jul 13 00:05:31 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