diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-05-23 17:34:48 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-05-23 17:34:48 (GMT) |
commit | fc7828244bf96fcd2e6b115912abc0eef2aae1c0 (patch) | |
tree | c1834b8cace8654026ee20f8fd75ea3f340a902c /tests/geometry.test | |
parent | ba564f472a6f02d2896285a0092b341f87bbd843 (diff) | |
download | tk-fc7828244bf96fcd2e6b115912abc0eef2aae1c0.zip tk-fc7828244bf96fcd2e6b115912abc0eef2aae1c0.tar.gz tk-fc7828244bf96fcd2e6b115912abc0eef2aae1c0.tar.bz2 |
First step towards improving test style. Also start using Tcl 8.5 features.
Diffstat (limited to 'tests/geometry.test')
-rw-r--r-- | tests/geometry.test | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/geometry.test b/tests/geometry.test index 77a2a93..d005891 100644 --- a/tests/geometry.test +++ b/tests/geometry.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: geometry.test,v 1.5 2003/04/01 21:06:34 dgp Exp $ +# RCS: @(#) $Id: geometry.test,v 1.6 2004/05/23 17:34:48 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -249,16 +249,3 @@ catch {destroy .t} # cleanup cleanupTests return - - - - - - - - - - - - - |