summaryrefslogtreecommitdiffstats
path: root/tests/winClipboard.test
diff options
context:
space:
mode:
authorstanton <stanton>1998-11-03 02:06:43 (GMT)
committerstanton <stanton>1998-11-03 02:06:43 (GMT)
commitc7332617ba5dbb6c74ef23c5bca3ea821407ac7f (patch)
tree9265f1d59977c1c2ae6d3e3f254878d3eded6b36 /tests/winClipboard.test
parent1699d713ff773d038e2adb47e802756a2541642d (diff)
downloadtk-c7332617ba5dbb6c74ef23c5bca3ea821407ac7f.zip
tk-c7332617ba5dbb6c74ef23c5bca3ea821407ac7f.tar.gz
tk-c7332617ba5dbb6c74ef23c5bca3ea821407ac7f.tar.bz2
fixed broken tests
Diffstat (limited to 'tests/winClipboard.test')
-rw-r--r--tests/winClipboard.test5
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