diff --git a/test-tc.py b/test-tc.py
index 8f742cf..e759cb2 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.142 2005/01/18 08:11:12 tundra Exp $"
+RCSID = "$Id: test-tc.py,v 1.143 2005/01/19 10:56:57 tundra Exp $"
 VERSION = RCSID.split()[2]
 
 # Copyright Information
@@ -70,7 +70,7 @@
 
 # We use the exact same scheme for building variable templates
 
-templs = [ ["templb",    1,         True,  TYPE_BOOL,     False, [],                   None, None ],
+templs = [ ["templb",  True,        True,  TYPE_BOOL,     False, [],                   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 ],