Index: tests/object-system.test =================================================================== diff -u -r8024df76962dab57646dc206e07a7ae66e7990ad -r8fe8acb5d621e6d75d06d32453e1337c022f1965 --- tests/object-system.test (.../object-system.test) (revision 8024df76962dab57646dc206e07a7ae66e7990ad) +++ tests/object-system.test (.../object-system.test) (revision 8fe8acb5d621e6d75d06d32453e1337c022f1965) @@ -276,7 +276,7 @@ ? {o eval {set :x}} 1 "cmd dispatch without -frame object did not modify the instance variable" ::nsf::directdispatch ::o -frame object ::incr x ? {o eval {set :x}} 2 "cmd dispatch -frame object modifies the instance variable" -? {catch {::nsf::dispatch ::o -frame object ::xxx x}} 1 "cmd dispatch with unknown command" +? {catch {::nsf::directdispatch ::o -frame object ::xxx x}} 1 "cmd dispatch with unknown command" o destroy nx::Object create o {