diff options
author | stanton <stanton> | 1998-11-03 02:06:43 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-11-03 02:06:43 (GMT) |
commit | c7332617ba5dbb6c74ef23c5bca3ea821407ac7f (patch) | |
tree | 9265f1d59977c1c2ae6d3e3f254878d3eded6b36 /tests/winClipboard.test | |
parent | 1699d713ff773d038e2adb47e802756a2541642d (diff) | |
download | tk-c7332617ba5dbb6c74ef23c5bca3ea821407ac7f.zip tk-c7332617ba5dbb6c74ef23c5bca3ea821407ac7f.tar.gz tk-c7332617ba5dbb6c74ef23c5bca3ea821407ac7f.tar.bz2 |
fixed broken tests
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 |