summaryrefslogtreecommitdiffstats
path: root/tests/notify-old.test
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-07-15 01:43:39 (GMT)
committertreectrl <treectrl>2005-07-15 01:43:39 (GMT)
commit4be97f37cb22d2f709c86632384e84827150c33d (patch)
tree9c1142487a51692f5cb6183cea06d6a3acf00611 /tests/notify-old.test
parent33f8a604bbf91ca6d77d578a94f7a69171048157 (diff)
downloadtktreectrl-4be97f37cb22d2f709c86632384e84827150c33d.zip
tktreectrl-4be97f37cb22d2f709c86632384e84827150c33d.tar.gz
tktreectrl-4be97f37cb22d2f709c86632384e84827150c33d.tar.bz2
Update tests for recent changes (mostly changes in error messages).
Diffstat (limited to 'tests/notify-old.test')
-rw-r--r--tests/notify-old.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/notify-old.test b/tests/notify-old.test
index 80ac230..873ec51 100644
--- a/tests/notify-old.test
+++ b/tests/notify-old.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# CVS: @(#) $Id: notify-old.test,v 1.2 2005/05/11 03:31:59 treectrl Exp $
+# CVS: @(#) $Id: notify-old.test,v 1.3 2005/07/15 01:43:39 treectrl Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -26,7 +26,7 @@ test notify-0.1 {some needed preparations} -body {
test notify-1.1 {notify: missing args} -body {
.t notify
-} -returnCodes error -result {wrong # args: should be ".t notify command ?arg arg...?"}
+} -returnCodes error -result {wrong # args: should be ".t notify command ?arg arg ...?"}
test notify-1.2 {notify: unknown command} -body {
.t notify foo
@@ -38,7 +38,7 @@ test notify-2.1 {notify eventnames: too much args} -body {
test notify-2.2 {notify eventnames: nothing own installed yet} -body {
lsort [.t notify eventnames]
-} -result {ActiveItem Collapse Expand ItemDelete Scroll Selection}
+} -result {ActiveItem Collapse Expand ItemDelete ItemVisibility Scroll Selection}
test notify-2.3 {notify install: missing args} -body {
.t notify install
@@ -63,7 +63,7 @@ test notify-2.7 {notify install event} -body {
test notify-2.8 {notify eventnames: list Greetings} -body {
lsort [.t notify eventnames]
-} -result {ActiveItem Collapse Expand GoodBye Greetings ItemDelete Scroll Selection}
+} -result {ActiveItem Collapse Expand GoodBye Greetings ItemDelete ItemVisibility Scroll Selection}
test notify-2.9 {notify detailnames: missing args} -body {
.t notify detailnames