diff options
-rw-r--r-- | tests/clipboard.test | 5 | ||||
-rw-r--r-- | tests/winClipboard.test | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/tests/clipboard.test b/tests/clipboard.test index 7f72f17..9689942 100644 --- a/tests/clipboard.test +++ b/tests/clipboard.test @@ -11,6 +11,11 @@ # environment variable TK_ALT_DISPLAY is set to an alternate display. # +################################################################# +# Note that some of these tests may fail if another application # +# is grabbing the clipboard (e.g. an X server, or a VNC viewer) # +################################################################# + package require tcltest 2.2 namespace import ::tcltest::* eval tcltest::configure $argv diff --git a/tests/winClipboard.test b/tests/winClipboard.test index 1d17b14..2f72966 100644 --- a/tests/winClipboard.test +++ b/tests/winClipboard.test @@ -15,10 +15,10 @@ eval tcltest::configure $argv tcltest::loadTestedCommands namespace import -force tcltest::test -########################################################################### -# Note that these tests may fail if another application is grabbing the # -# clipboard (e.g. an X server, or a VNC viewer - See ticket [9b0f3ee54e]) # -########################################################################### +################################################################# +# Note that some of these tests may fail if another application # +# is grabbing the clipboard (e.g. an X server, or a VNC viewer) # +################################################################# test winClipboard-1.1 {TkSelGetSelection} -constraints win -setup { clipboard clear |