diff --git a/test-tc.py b/test-tc.py
index 035a2a7..bd1882e 100755
--- a/test-tc.py
+++ b/test-tc.py
@@ -3,7 +3,7 @@
 # Copyright (c) 2003-2004 TundraWare Inc.  All Rights Reserved.
 
 PROGNAME = "tconfpy Test Driver"
-RCSID = "$Id: test-tc.py,v 1.129 2004/04/07 08:32:50 tundra Exp $"
+RCSID = "$Id: test-tc.py,v 1.130 2004/04/08 17:15:41 tundra Exp $"
 VERSION = RCSID.split()[2]
 
 # Copyright Information
@@ -234,7 +234,12 @@
     # Everything else presumed to be a configuration file
     else:
         
-        retval = ParseConfig(fn, st, AllowNewVars=ALLOWVAR, AllowNewNamespaces=ALLOWNS, Debug=DEBUG, LiteralVars=LITVARS)
+        retval = ParseConfig(fn, InitialSymTable=st,
+                             AllowNewVars=ALLOWVAR,
+                             AllowNewNamespaces=ALLOWNS,
+                             Debug=DEBUG,
+                             LiteralVars=LITVARS
+                            )
 
         if retval.Errors:
             print "Errors Were Found In '%s'!" % fn