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/clipboard.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/clipboard.test')
-rw-r--r-- | tests/clipboard.test | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/clipboard.test b/tests/clipboard.test index 2793aaf..b8530a6 100644 --- a/tests/clipboard.test +++ b/tests/clipboard.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: clipboard.test,v 1.7 2003/04/01 21:06:20 dgp Exp $ +# RCS: @(#) $Id: clipboard.test,v 1.8 2004/05/23 17:34:48 dkf Exp $ # # Note: Multiple display clipboard handling will only be tested if the @@ -244,16 +244,3 @@ test clipboard-7.16 {Tk_ClipboardCmd procedure} { # cleanup cleanupTests return - - - - - - - - - - - - - |