summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-04-30 18:25:16 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-04-30 18:25:16 (GMT)
commita5d1da28722c8adbad69baa78341d0a225e10703 (patch)
tree0e83d703d8844e408df2b2947c7f281ae7a4d023 /tests
parent43554a166d2b5898c73c75bec90c6ea9d9162434 (diff)
downloadtk-a5d1da28722c8adbad69baa78341d0a225e10703.zip
tk-a5d1da28722c8adbad69baa78341d0a225e10703.tar.gz
tk-a5d1da28722c8adbad69baa78341d0a225e10703.tar.bz2
Fix missing part of the error message in test choosedir-1.5.2
Diffstat (limited to 'tests')
-rw-r--r--tests/choosedir.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/choosedir.test b/tests/choosedir.test
index 379745e..f67a721 100644
--- a/tests/choosedir.test
+++ b/tests/choosedir.test
@@ -102,7 +102,7 @@ test choosedir-1.5.1 {tk_chooseDirectory command} -constraints notAqua -body {
} -returnCodes error -result {bad option "-foo": must be -initialdir, -mustexist, -parent, or -title}
test choosedir-1.5.2 {tk_chooseDirectory command} -constraints aqua -body {
tk_chooseDirectory -foo bar
-} -returnCodes error -result {bad option "-foo": -initialdir, -message, -mustexist, -parent, -title, or -command}
+} -returnCodes error -result {bad option "-foo": must be -initialdir, -message, -mustexist, -parent, -title, or -command}
test choosedir-1.6 {tk_chooseDirectory command} -body {
tk_chooseDirectory -parent foo.bar
} -returnCodes error -result {bad window path name "foo.bar"}