diff --git a/test-tc.py b/test-tc.py index cd4f052..5f37045 100755 --- a/test-tc.py +++ b/test-tc.py @@ -3,7 +3,7 @@ # Copyright (c) 2003-2005 TundraWare Inc. All Rights Reserved. PROGNAME = "tconfpy Test Driver" -RCSID = "$Id: test-tc.py,v 1.139 2005/01/13 22:19:41 tundra Exp $" +RCSID = "$Id: test-tc.py,v 1.140 2005/01/13 22:53:02 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -71,9 +71,9 @@ # We use the exact same scheme for building variable templates templs = [ ["templb", 1, True, TYPE_BOOL, False, [], None, None ], - ["templc", 4+5j, None, TYPE_COMPLEX, 0-0j, [1-1j, 1+1j], None, None ], - ["templf", 1.0, None, TYPE_FLOAT, 0.5, [3.14, 2.73], None, None ], - ["templi", 1, None, TYPE_INT, 0, [1, 2, 23], None, None ], + ["templc", 4+5j, None, TYPE_COMPLEX, 0-0j, [0-0j, 1-1j, 1+1j], None, None ], + ["templf", 1.0, None, TYPE_FLOAT, 0.5, [0.5, 3.14, 2.73], None, None ], + ["templi", 1, None, TYPE_INT, 0, [0, 1, 2, 23], None, None ], ["templs", "stringy", None, None, None, [r'^box$', r'^Bax', r'a+bc'], 3, 8 ] ]