Index: tests/parameters.tcl =================================================================== diff -u -r18122dd21b99cf0d5b4cd01635048641a23aa051 -r1008a85cf8fe5d95365568f6c765a83389028ff2 --- tests/parameters.tcl (.../parameters.tcl) (revision 18122dd21b99cf0d5b4cd01635048641a23aa051) +++ tests/parameters.tcl (.../parameters.tcl) (revision 1008a85cf8fe5d95365568f6c765a83389028ff2) @@ -43,8 +43,8 @@ ? {c1 info has type C} 1 ? {c1 info has type C1} {expected class but got "C1" for parameter class} #? {::nsf::is c1 object -type C} 1 - ? {c1 ::nsf::cmd::ObjectInfo2::hastype C} 1 - ? {::nsf::dispatch c1 ::nsf::cmd::ObjectInfo2::hastype C} 1 + ? {c1 ::nsf::cmd::ObjectInfo::hastype C} 1 + ? {::nsf::dispatch c1 ::nsf::cmd::ObjectInfo::hastype C} 1 #? {::nsf::is c1 object -hasmixin M -type C} 1 #? {::nsf::is c1 object -hasmixin M1 -type C} 0