Index: tests/introspection.test =================================================================== diff -u -rb2ab5886fc3278e549bb2772dfce921fbd06a9e9 -r45e24b34c85bf0fc3e14db5250550100bd07ff31 --- tests/introspection.test (.../introspection.test) (revision b2ab5886fc3278e549bb2772dfce921fbd06a9e9) +++ tests/introspection.test (.../introspection.test) (revision 45e24b34c85bf0fc3e14db5250550100bd07ff31) @@ -5,7 +5,7 @@ # [::nsf::current calledclass] # -nx::Test case current-calledclass { +nx::test case current-calledclass { Object create o { :public method foo {} { return [current calledclass] @@ -51,7 +51,7 @@ # # [::nsf::current calledclass] # -nx::Test case current-calledmethod { +nx::test case current-calledmethod { set body { return [list [current nextmethod] {*}[next]] }