Index: tests/contains.test =================================================================== diff -u -r1b583476882fea7df04664f551cf87d99c8a0da0 -r5fa3584b0f682d4103c39af82357713871f1de0c --- tests/contains.test (.../contains.test) (revision 1b583476882fea7df04664f551cf87d99c8a0da0) +++ tests/contains.test (.../contains.test) (revision 5fa3584b0f682d4103c39af82357713871f1de0c) @@ -24,8 +24,8 @@ # Class create Tree { :attribute label - :attribute contains:method,optional,nosetter - :attribute foo:method,optional,nosetter + :attribute contains:method + :attribute foo:method :public method foo {arg} {set :x $arg} } set y [Tree new -foo hu]