diff options
author | dkf <dkf@noemail.net> | 2004-06-24 12:45:41 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-06-24 12:45:41 (GMT) |
commit | f60c6bc5ddec9535497d05727d84ff5ac0c5d6eb (patch) | |
tree | 247a6f8a357677371ada6b20a07faf589614debb /tests/clipboard.test | |
parent | e2cf3e0e149891716c8c65f399738958e6ac3ee0 (diff) | |
download | tk-f60c6bc5ddec9535497d05727d84ff5ac0c5d6eb.zip tk-f60c6bc5ddec9535497d05727d84ff5ac0c5d6eb.tar.gz tk-f60c6bc5ddec9535497d05727d84ff5ac0c5d6eb.tar.bz2 |
Use standard constraint names
FossilOrigin-Name: b68974466ed32e033503df6749aeba87a041e4f6
Diffstat (limited to 'tests/clipboard.test')
-rw-r--r-- | tests/clipboard.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/clipboard.test b/tests/clipboard.test index b8530a6..bca910b 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.8 2004/05/23 17:34:48 dkf Exp $ +# RCS: @(#) $Id: clipboard.test,v 1.9 2004/06/24 12:45:42 dkf Exp $ # # Note: Multiple display clipboard handling will only be tested if the @@ -163,7 +163,7 @@ test clipboard-6.1 {Tk_ClipboardAppend procedure} { clipboard get } msg] $msg } {0 {first chunk second chunk}} -test clipboard-6.2 {Tk_ClipboardAppend procedure} {unixOnly} { +test clipboard-6.2 {Tk_ClipboardAppend procedure} unix { setupbg clipboard clear clipboard append -f INTEGER -t TEST "16" |