diff options
author | fvogel <fvogelnew1@free.fr> | 2018-11-15 21:49:34 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-11-15 21:49:34 (GMT) |
commit | b56d2fd8f987501adc22f6a29bd0c5aef64ff477 (patch) | |
tree | 5474ef920981ac6ee376eea610ef3cd4503bbb2d /tests/winClipboard.test | |
parent | 63f8e775d4268f87849cba0bc32e64126a486363 (diff) | |
download | tk-b56d2fd8f987501adc22f6a29bd0c5aef64ff477.zip tk-b56d2fd8f987501adc22f6a29bd0c5aef64ff477.tar.gz tk-b56d2fd8f987501adc22f6a29bd0c5aef64ff477.tar.bz2 |
Fix [9b0f3ee54e]: Better highlight that winClipboard tests may fail if a VNC viewer is open while these tests are running
Diffstat (limited to 'tests/winClipboard.test')
-rw-r--r-- | tests/winClipboard.test | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/winClipboard.test b/tests/winClipboard.test index 2a7ad73..1d17b14 100644 --- a/tests/winClipboard.test +++ b/tests/winClipboard.test @@ -15,8 +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) +########################################################################### +# 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]) # +########################################################################### test winClipboard-1.1 {TkSelGetSelection} -constraints win -setup { clipboard clear |