From b56d2fd8f987501adc22f6a29bd0c5aef64ff477 Mon Sep 17 00:00:00 2001 From: fvogel Date: Thu, 15 Nov 2018 21:49:34 +0000 Subject: Fix [9b0f3ee54e]: Better highlight that winClipboard tests may fail if a VNC viewer is open while these tests are running --- tests/winClipboard.test | 6 ++++-- 1 file 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 -- cgit v0.12