summaryrefslogtreecommitdiffstats
path: root/tests/busy.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-12-20 07:41:57 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-12-20 07:41:57 (GMT)
commit795d3ba7f0419de464912f5ae5457a028d81f3c7 (patch)
treea9ecf770baaef3992b98e781f363dd976eeff630 /tests/busy.test
parent2c313f95514106dcb03e7c44ba33677f68c1f2e4 (diff)
downloadtk-795d3ba7f0419de464912f5ae5457a028d81f3c7.zip
tk-795d3ba7f0419de464912f5ae5457a028d81f3c7.tar.gz
tk-795d3ba7f0419de464912f5ae5457a028d81f3c7.tar.bz2
Exchange error for the empty string as return result of 'tk busy busywindow' if the window passed to it is not busy
Diffstat (limited to 'tests/busy.test')
-rw-r--r--tests/busy.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/busy.test b/tests/busy.test
index 6f22b85..7d45c49 100644
--- a/tests/busy.test
+++ b/tests/busy.test
@@ -502,7 +502,7 @@ test busy-8.3 {tk busy busywindow with a nonexisting widget} -body {
tk busy busywindow .nonExistingWidget
} -cleanup {
tk busy forget .
-} -returnCodes error -result {bad window path name ".nonExistingWidget"}
+} -result {}
::tcltest::cleanupTests