diff options
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 |