summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorcolin <colin@chinix.com>2016-08-10 04:12:51 (GMT)
committercolin <colin@chinix.com>2016-08-10 04:12:51 (GMT)
commit110c6ce3c794ed5ba705289ce6a4850fcb25f044 (patch)
tree9861d37138f025dac9bf0144727dfeb094679269 /tests
parenteafb0a9f0995dbf657c3c8ece8da5579bd6cb72b (diff)
downloadtcl-110c6ce3c794ed5ba705289ce6a4850fcb25f044.zip
tcl-110c6ce3c794ed5ba705289ce6a4850fcb25f044.tar.gz
tcl-110c6ce3c794ed5ba705289ce6a4850fcb25f044.tar.bz2
* [update] - added flags for all possible Tcl_DoOneEvent() modes
- obviates [vwait] and provides a new way into event loop
Diffstat (limited to 'tests')
-rw-r--r--tests/event.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/event.test b/tests/event.test
index ef0947f..878efc5 100644
--- a/tests/event.test
+++ b/tests/event.test
@@ -614,10 +614,10 @@ test event-11.8 {Bug 16828b3744} -setup {
test event-12.1 {Tcl_UpdateCmd procedure} -returnCodes error -body {
update a b
-} -result {wrong # args: should be "update ?idletasks?"}
+} -result {bad option "b": must be idletasks, window, file, timer, onlyidle, all, wait, or nowait}
test event-12.2 {Tcl_UpdateCmd procedure} -returnCodes error -body {
update bogus
-} -result {bad option "bogus": must be idletasks}
+} -result {bad option "bogus": must be idletasks, window, file, timer, onlyidle, all, wait, or nowait}
test event-12.3 {Tcl_UpdateCmd procedure} -setup {
foreach i [after info] {
after cancel $i