Il 12.06.2015 17:23 Ryan G ha scritto:
and the functional test passes.The functional test for this tool fails. Looking at the XML wrapper, it looks like $comments is invalid....it doesn't exist anywhere else in the xml file. I know that comments can be specified multiple times however there is no way to get the comments fields to appear multiple times in the UI as far as I can tell. So, I changed it fromto
#for $element in $comments:
COMMENT="${element.comment}"
#end for
COMMENT="${comment}"