diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-09 10:33:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-09 10:33:46 (GMT) |
commit | 931890373392ee479b548c0c334b508b41e27aa9 (patch) | |
tree | 605c529b34bc098818da6a256925e1b29c7c2de1 /tests | |
parent | 311efb2355355e5bcc6596c702c5cad288cabd5a (diff) | |
parent | 9c82b94f7f8be2ebc6cf88f55d08d6e087cff5a5 (diff) | |
download | tk-931890373392ee479b548c0c334b508b41e27aa9.zip tk-931890373392ee479b548c0c334b508b41e27aa9.tar.gz tk-931890373392ee479b548c0c334b508b41e27aa9.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests')
-rw-r--r-- | tests/focus.test | 2 | ||||
-rw-r--r-- | tests/safe.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/focus.test b/tests/focus.test index 7c40f1d..7da289d 100644 --- a/tests/focus.test +++ b/tests/focus.test @@ -624,7 +624,7 @@ fixfocus test focus-6.1 {miscellaneous - embedded application in same process} -constraints { unix testwrapper } -setup { - eval interp delete [interp children] + eval interp delete [interp slaves] } -body { toplevel .t wm geometry .t +0+0 diff --git a/tests/safe.test b/tests/safe.test index a31e029..5a2cd26 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -199,7 +199,7 @@ test safe-5.1 {loading Tk in safe interps without parent's clearance} -body { interp eval $i {load {} Tk} } -cleanup { safe::interpDelete $i -} -returnCodes error -result {load of binary library for package Tk failed: not allowed} +} -returnCodes error -match glob -result {*not allowed} test safe-5.2 {multi-level Tk loading with clearance} -setup { set safeParent [safe::interpCreate] } -body { |