mailr4406 - /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 January 07, 2008 - 11:48:
Author: bugman
Date: Mon Jan  7 11:48:17 2008
New Revision: 4406

URL: http://svn.gna.org/viewcvs/relax?rev=4406&view=rev
Log:
Added string tuples as a new data type for the user function argument unit 
tests.


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=4406&r1=4405&r2=4406&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/data_types.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/data_types.py Mon Jan  7 11:48:17 2008
@@ -116,3 +116,8 @@
 DATA_TYPES.append(['float tuple', (0.0, 0.0, 0.0, 0.0, 0.0)])
 DATA_TYPES.append(['float tuple', (0.0, 0.0, 0.0, 0.0, 0.0, 0.0)])
 DATA_TYPES.append(['float tuple', (0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)])
+
+# Tuples of strings.
+DATA_TYPES.append(['str tuple', ('a',)])
+DATA_TYPES.append(['str tuple', ('a', 'b')])
+DATA_TYPES.append(['str tuple', ('a', 'b', 'c')])




Related Messages


Powered by MHonArc, Updated Mon Jan 07 12:20:04 2008