diff options
Diffstat (limited to 'tests/config.test')
-rw-r--r-- | tests/config.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/config.test b/tests/config.test index 2822a21..f27bb8d 100644 --- a/tests/config.test +++ b/tests/config.test @@ -6,14 +6,12 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: config.test,v 1.7 2003/04/01 21:06:20 dgp Exp $ +# RCS: @(#) $Id: config.test,v 1.8 2004/06/17 22:38:57 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv tcltest::loadTestedCommands -testConstraint testobjconfig [llength [info commands testobjconfig]] - proc killTables {} { # Note: it's important to delete chain2 before chain1, because # chain2 depends on chain1. If chain1 is deleted first, the |