Index: tests/slottest.xotcl =================================================================== diff -u -r147831f1098cb9b96a28d4d5b0f9f3ccea35b9da -rc942f4e117d2aa3c8594702e0476a3f73a4147df --- tests/slottest.xotcl (.../slottest.xotcl) (revision 147831f1098cb9b96a28d4d5b0f9f3ccea35b9da) +++ tests/slottest.xotcl (.../slottest.xotcl) (revision c942f4e117d2aa3c8594702e0476a3f73a4147df) @@ -392,7 +392,7 @@ Person p2 -name "Gustaf" p2 projects add ::project1 -? {p2 projects add ::o1} {expected object of type ::Project but got "::o1"} +? {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