summaryrefslogtreecommitdiffstats
path: root/tests/spinbox.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-12-19 22:54:54 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-12-19 22:54:54 (GMT)
commit56005a00aae9d8be182d5643373980ee371417d6 (patch)
tree2ed3d9df7b0f4d317df931efaac15f719252c928 /tests/spinbox.test
parent545a4416a85546b7b713c06ed8ca42c6932b9887 (diff)
parent206fdec2adc973a08951dafa6b30a911e82918d5 (diff)
downloadtk-56005a00aae9d8be182d5643373980ee371417d6.zip
tk-56005a00aae9d8be182d5643373980ee371417d6.tar.gz
tk-56005a00aae9d8be182d5643373980ee371417d6.tar.bz2
Fixed bug [793909] - Problem with nonexistent namespaces
Diffstat (limited to 'tests/spinbox.test')
-rw-r--r--tests/spinbox.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/spinbox.test b/tests/spinbox.test
index 5fba390..68c6fae 100644
--- a/tests/spinbox.test
+++ b/tests/spinbox.test
@@ -1599,6 +1599,12 @@ test spinbox-24.1 {error in trace proc attached to the textvariable} {
{can't set "myvar": Intentional error here!} \
{can't set "myvar": Intentional error here!}]
+test spinbox-25.1 {textvariable lives in a non-existing namespace} {
+ destroy .s
+ catch {spinbox .s -textvariable thisnsdoesntexist::myvar} result1
+ set result1
+} {can't trace "thisnsdoesntexist::myvar": parent namespace doesn't exist}
+
catch {unset ::e ::vVals}
##