Index: library/xotcl/tests/slottest.xotcl =================================================================== diff -u -reb82f3d8597d0eb8b6764997660ccc7c535fd339 -rcd96543a3a6fb25ec8e52548892d12d244208a1a --- library/xotcl/tests/slottest.xotcl (.../slottest.xotcl) (revision eb82f3d8597d0eb8b6764997660ccc7c535fd339) +++ library/xotcl/tests/slottest.xotcl (.../slottest.xotcl) (revision cd96543a3a6fb25ec8e52548892d12d244208a1a) @@ -409,7 +409,7 @@ Person p2 -name "Gustaf" p2 projects add ::project1 -? {p2 projects add ::o1} {expected object of type ::Project but got "::o1" for parameter value} +? {p2 projects add ::o1} {expected object of type ::Project but got "::o1" for parameter "value"} p2 salary 100 ? {catch {p2 salary 100.9}} 1 ? {p2 salary} 100