diff --git a/test-tc.py b/test-tc.py index 403ed3e..a950056 100755 --- a/test-tc.py +++ b/test-tc.py @@ -2,7 +2,7 @@ # Copyright (c) 2003-2004 TundraWare Inc. All Rights Reserved. PROGNAME = "tconfpy Test Driver" -RCSID = "$Id: test-tc.py,v 1.118 2004/03/21 13:50:56 tundra Exp $" +RCSID = "$Id: test-tc.py,v 1.119 2004/03/25 00:58:32 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -111,7 +111,14 @@ # Load the table with this entry symtbl[sym] = d -symtbl["fox"].Writeable = False +symtbl["boo"].Writeable = False +symtbl["fox"].Min = -1 +symtbl["fox"].Max = 200 +symtbl["foo"].Min = -100 +symtbl["bar"].Min = 8 +symtbl["bar"].Max = 8 + +