Index: tests/parameters.test =================================================================== diff -u -rfd3666742ed34091dbb93a872fe1d34d6b66ad9d -rbda7fdde3da654972629af7da59c7da24969cb92 --- tests/parameters.test (.../parameters.test) (revision fd3666742ed34091dbb93a872fe1d34d6b66ad9d) +++ tests/parameters.test (.../parameters.test) (revision bda7fdde3da654972629af7da59c7da24969cb92) @@ -27,7 +27,7 @@ ? {::nsf::method::alias C foo ::set 1} \ {Invalid argument '1', maybe too many arguments; should be "::nsf::method::alias object ?-per-object? methodName ?-frame method|object|default? cmdName"} - ? {C eval {:attribute x -class D}} {Invalid argument 'D', maybe too many arguments; should be "::C attribute ?-class value? ?-incremental? spec ?initblock?"} "Test whether the colon prefix is suppressed" + ? {C eval {:property x -class D}} {Invalid argument 'D', maybe too many arguments; should be "::C property ?-class value? ?-incremental? spec ?initblock?"} "Test whether the colon prefix is suppressed" } #######################################################