diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/clipboard.test | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2009-07-20 Donal K. Fellows <dkf@users.sf.net> + + * 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 <dkf@users.sf.net> * 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" |