diff options
author | hobbs <hobbs> | 1999-12-14 06:53:11 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-14 06:53:11 (GMT) |
commit | cc105ac04d3d06c27918887b8157b2fa3f8f9e62 (patch) | |
tree | 9cf936e1b6b3abcdf9ad5fd0f58caa549f438d21 /tests/select.test | |
parent | 62e9e6611d2da6b8113210d5002611c40909231e (diff) | |
download | tk-cc105ac04d3d06c27918887b8157b2fa3f8f9e62.zip tk-cc105ac04d3d06c27918887b8157b2fa3f8f9e62.tar.gz tk-cc105ac04d3d06c27918887b8157b2fa3f8f9e62.tar.bz2 |
* tests/bind.test:
* tests/canvImg.test:
* tests/canvPsArc.tcl:
* tests/canvPsImg.tcl: (new file)
* tests/canvRect.test:
* tests/canvText.test:
* tests/canvas.test:
* tests/defs.tcl:
* tests/entry.test:
* tests/event.test:
* tests/font.test:
* tests/frame.test:
* tests/imgPhoto.test:
* tests/safe.test:
* tests/scale.test:
* tests/scrollbar.test:
* tests/select.test:
* tests/text.test:
* tests/textDisp.test:
* tests/textTag.test:
* tests/unixFont.test:
* tests/unixWm.test:
* tests/visual_bb.test:
* tests/winClipboard.test: tests for the dash patch changes
Diffstat (limited to 'tests/select.test')
-rw-r--r-- | tests/select.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/select.test b/tests/select.test index 9f1e6a6..c367175 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.3 1999/04/16 01:51:40 stanton Exp $ +# RCS: @(#) $Id: select.test,v 1.4 1999/12/14 06:53:14 hobbs Exp $ # # Note: Multiple display selection handling will only be tested if the @@ -843,7 +843,8 @@ test select-10.3 {ConvertSelection procedure} {unixOnly} { set result } {{PRIMARY selection doesn't exist or form "ERROR" not defined}} # testing timers -test select-10.4 {ConvertSelection procedure} {unixOnly} { +# This one hangs in Exceed +test select-10.4 {ConvertSelection procedure} {unixOnly noExceed} { setup setupbg set selValue $longValue |