diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2009-07-20 22:57:23 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2009-07-20 22:57:23 (GMT) |
commit | a88e0d28808a4c66b40e26d8fbf70f205cb64bc1 (patch) | |
tree | 9b54d487df9cb4286a6bc8de8f3330b69943d1ca | |
parent | abdece0949a7e66c95f45d27c1f2976f7cdf7949 (diff) | |
download | tk-a88e0d28808a4c66b40e26d8fbf70f205cb64bc1.zip tk-a88e0d28808a4c66b40e26d8fbf70f205cb64bc1.tar.gz tk-a88e0d28808a4c66b40e26d8fbf70f205cb64bc1.tar.bz2 |
Fix [Bug 2824378] by correcting expected output.
-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" |