diff options
Diffstat (limited to 'tests/winClipboard.test')
-rw-r--r-- | tests/winClipboard.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/winClipboard.test b/tests/winClipboard.test index 64a73a9..6727a27 100644 --- a/tests/winClipboard.test +++ b/tests/winClipboard.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: winClipboard.test,v 1.2 1998/09/14 18:23:53 stanton Exp $ +# RCS: @(#) $Id: winClipboard.test,v 1.3 1998/11/03 02:06:44 stanton Exp $ if {$tcl_platform(platform)!="windows"} { return @@ -21,6 +21,9 @@ if {[string compare test [info procs test]] == 1} { source defs } +# Note that these tests may fail if another application is grabbing the +# clipboard (e.g. an X server) + test winClipboard-1.1 {TkSelGetSelection} { clipboard clear catch {selection get -selection CLIPBOARD} msg |