Index: tests/parameters.test =================================================================== diff -u -N -r2f793442bb2a7860acc5620811dcafddc43074d3 -rd86805a2250aaa861470d4f4a13945d603585aca --- tests/parameters.test (.../parameters.test) (revision 2f793442bb2a7860acc5620811dcafddc43074d3) +++ tests/parameters.test (.../parameters.test) (revision d86805a2250aaa861470d4f4a13945d603585aca) @@ -1935,7 +1935,7 @@ # Invalidate the object parameter and expect that the per-class # mixin does not harm # - ::nsf::parameter:invalidate::classcache C + ::nsf::parameter::cache::classinvalidate C # # We have now "-b1:required" in the configure parameters. @@ -2037,7 +2037,7 @@ # invalidate object parameter and expect that the per-class mixin # does not harm # - ::nsf::parameter:invalidate::classcache C + ::nsf::parameter::cache::classinvalidate C ? {c1 __configure -a1 x} \ "required argument 'b1' is missing, should be: @@ -2642,7 +2642,7 @@ nx::Class create C { :public object method setObjectParams {spec} { :protected method __object_configureparameter {} [list return $spec] - ::nsf::parameter:invalidate::classcache [self] + ::nsf::parameter::cache::classinvalidate [self] } :setObjectParams "" }