Index: tests/parameters.xotcl =================================================================== diff -u -r782f6b060b16282799fe936bc528f512e562362a -rca751243a48ebff49bf1a105830e4c0d6d3961ba --- tests/parameters.xotcl (.../parameters.xotcl) (revision 782f6b060b16282799fe936bc528f512e562362a) +++ tests/parameters.xotcl (.../parameters.xotcl) (revision ca751243a48ebff49bf1a105830e4c0d6d3961ba) @@ -759,13 +759,11 @@ Object create tmpObj tmpObj method type=mType {name value arg:optional} { - if {[info exists arg]} { - puts stderr [arg=$arg] - } - puts stderr value=$value if {$value} { error invalid } + # Note that this converter does NOT return a value; it converts all + # values into emtpy strings. } ? {::xotcl::valuecheck mType,slot=::tmpObj,multivalued {1 0}} 0 "fail on first value"