FlashBuilder FlexUnit plugin loses all text after parentheses (brackets, i.e. "()")
Hi,
Problem description: Using FlashBuilder 4 beta 2 with FlexUnit 4 tests, if a FlexUnit error includes open-close parentheses (a.k.a. for searchers brackets/braces) "()", the output will be truncated before them.
An example error message:
"Method initializeParsley() should be static"
... gives the output...
"Method initializeParsley"
Generated by:
errors.push( new Error("Method " + name + "() " + state + " be static"));
(from line 256 of http://github.com/blegros/flexunit/blob/259977f1515e151fb73defc5e3e26329c157827c/FlexUnit4/src/org/flexunit/runners/model/FrameworkMethod.as#256 )
Workaround:
Switch one's FlexUnitApplication.mxml to not using FlexUnit FB plugin. Full error reported in standalone TestRunnerBase. Workaround is onerous especially since FB will silently overwrite if things change sufficiently.
This seems most likely a FlashBuilder FlexUnit plugin issue. Vague memory suggests I should post this somewhere specific to that but searching isn't giving definite answer so, coupled with likelihood of others searching here too, I thought it'd be OK to post here to start. Please forgive spam!
Thanks for all pointers and thoughts!
R.
