diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-17 22:38:55 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-17 22:38:55 (GMT) |
commit | 3a793e8cc235c1588effec14e77b5564be619884 (patch) | |
tree | 6b824bed75789a3a95889126d5c52a7d76e579af /tests/winClipboard.test | |
parent | 44695e4e926e434566247302ac6939d0dded0951 (diff) | |
download | tk-3a793e8cc235c1588effec14e77b5564be619884.zip tk-3a793e8cc235c1588effec14e77b5564be619884.tar.gz tk-3a793e8cc235c1588effec14e77b5564be619884.tar.bz2 |
Steps towards systematization of test constraints in Tk test suite
Diffstat (limited to 'tests/winClipboard.test')
-rw-r--r-- | tests/winClipboard.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/winClipboard.test b/tests/winClipboard.test index 59822f6..7efe94e 100644 --- a/tests/winClipboard.test +++ b/tests/winClipboard.test @@ -10,7 +10,7 @@ # Copyright (c) 1998-2000 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: winClipboard.test,v 1.12 2003/04/01 21:07:00 dgp Exp $ +# RCS: @(#) $Id: winClipboard.test,v 1.13 2004/06/17 22:38:57 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -19,8 +19,6 @@ tcltest::loadTestedCommands # Note that these tests may fail if another application is grabbing the # clipboard (e.g. an X server) -testConstraint testclipboard [llength [info commands testclipboard]] - test winClipboard-1.1 {TkSelGetSelection} {pcOnly} { clipboard clear catch {selection get -selection CLIPBOARD} msg |