diff options
author | dgp <dgp@users.sourceforge.net> | 2004-06-04 19:55:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-06-04 19:55:30 (GMT) |
commit | e714b0e05289940aa0261f2a715125eba685e7db (patch) | |
tree | 28f39ba178041db29b648993c4ee9fe8bf655c35 /tests/select.test | |
parent | 0599d09e8d0ef7c3d1d1afbd61e61e2a4c14b099 (diff) | |
download | tk-e714b0e05289940aa0261f2a715125eba685e7db.zip tk-e714b0e05289940aa0261f2a715125eba685e7db.tar.gz tk-e714b0e05289940aa0261f2a715125eba685e7db.tar.bz2 |
* tests/filebox.test: A few typo corrections in dkf's recent
* tests/frame.test: style upgrade for the test suite.
* tests/select.test:
* tests/visual.test:
Diffstat (limited to 'tests/select.test')
-rw-r--r-- | tests/select.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/select.test b/tests/select.test index d8b67e3..1195661 100644 --- a/tests/select.test +++ b/tests/select.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: select.test,v 1.13 2004/05/23 17:34:49 dkf Exp $ +# RCS: @(#) $Id: select.test,v 1.14 2004/06/04 19:55:31 dgp Exp $ # # Note: Multiple display selection handling will only be tested if the @@ -796,7 +796,7 @@ test select-8.1 {TkSelEventProc procedure} -constraints unixOnly -setup { test select-9.1 {SelCvtToX and SelCvtFromX procedures} -setup { setup setupbg -} -constraint unixOnly -body { +} -constraints unixOnly -body { set selValue "1024" set selInfo "" selection handle -selection PRIMARY -format INTEGER -type TEST \ |