From 7739de5c3fa25b1ac597ec8ff0e92170da2f8965 Mon Sep 17 00:00:00 2001 From: dkf Date: Mon, 20 Jul 2009 22:57:23 +0000 Subject: Fix [Bug 2824378] by correcting expected output. --- ChangeLog | 5 +++++ tests/clipboard.test | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3236b6..626800a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-20 Donal K. Fellows + + * tests/clipboard.test (clipboard-6.2): [Bug 2824378]: Corrected + result of test in light of changes to binary selection retrieval. + 2009-07-18 Donal K. Fellows * unix/tkUnixSelect.c (SelCvtFromX32, SelCvtFromX8): Make the diff --git a/tests/clipboard.test b/tests/clipboard.test index bca910b..63de175 100644 --- a/tests/clipboard.test +++ b/tests/clipboard.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: clipboard.test,v 1.9 2004/06/24 12:45:42 dkf Exp $ +# RCS: @(#) $Id: clipboard.test,v 1.9.4.1 2009/07/20 22:57:23 dkf Exp $ # # Note: Multiple display clipboard handling will only be tested if the @@ -170,7 +170,7 @@ test clipboard-6.2 {Tk_ClipboardAppend procedure} unix { set result [dobg {clipboard get TEST}] cleanupbg set result -} {0x10} +} {0x10 } test clipboard-6.3 {Tk_ClipboardAppend procedure} { clipboard clear clipboard append -f INTEGER -t TEST "16" -- cgit v0.12