Index: tests/contains.test =================================================================== diff -u -rb3018d3be0f1524a3f1709edc0e2ddb5d8bc4c0b -ra24e1f836c3126d0a0e9467bde3a9fa8da901711 --- tests/contains.test (.../contains.test) (revision b3018d3be0f1524a3f1709edc0e2ddb5d8bc4c0b) +++ tests/contains.test (.../contains.test) (revision a24e1f836c3126d0a0e9467bde3a9fa8da901711) @@ -27,9 +27,9 @@ # arbitrary "-" calls # Class create Tree { - :attribute label - :attribute contains:alias - :attribute foo:alias + :property label + :property contains:alias + :property foo:alias :public method foo {arg} {set :x $arg} } set y [Tree new -foo hu]