summaryrefslogtreecommitdiffstats
path: root/tests/msgbox.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-05-01 11:49:29 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-05-01 11:49:29 (GMT)
commit6644cb9c7fa2d34c2feae60aef75445791266a4f (patch)
treedb95fd8aba3f0dfda12ea73e526b67facf82f810 /tests/msgbox.test
parent585873022c482ebcaf02d193c1ae7115fd3588d9 (diff)
downloadtk-6644cb9c7fa2d34c2feae60aef75445791266a4f.zip
tk-6644cb9c7fa2d34c2feae60aef75445791266a4f.tar.gz
tk-6644cb9c7fa2d34c2feae60aef75445791266a4f.tar.bz2
Fix mistake in previous commit
Diffstat (limited to 'tests/msgbox.test')
-rw-r--r--tests/msgbox.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msgbox.test b/tests/msgbox.test
index c1a4765..e3cefaa 100644
--- a/tests/msgbox.test
+++ b/tests/msgbox.test
@@ -14,7 +14,7 @@ namespace import -force tcltest::test
test msgbox-1.1.1 {tk_messageBox command} -constraints notAqua -body {
tk_messageBox -foo
} -returnCodes error -result {bad option "-foo": must be -default, -detail, -icon, -message, -parent, -title, or -type}
-test msgbox-1.1.2 {tk_messageBox command} -constraints notAqua -body {
+test msgbox-1.1.2 {tk_messageBox command} -constraints aqua -body {
tk_messageBox -foo
} -returnCodes error -result {bad option "-foo": must be -default, -detail, -icon, -message, -parent, -title, -type, or -command}
test msgbox-1.2.1 {tk_messageBox command} -constraints notAqua -body {